mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
@@ -63,7 +63,7 @@ login:
|
||||
cookie: "{{ .Config.cookie }}"
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href^="usercp.php"]
|
||||
selector: a[href="usercp.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@@ -102,7 +102,7 @@ login:
|
||||
- selector: .myF-content > center:nth-child(1) > b:contains("The specified username or password was incorrect.")
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href^="account.php"]
|
||||
selector: a[href="account.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@@ -117,7 +117,7 @@ login:
|
||||
- selector: td.embedded:has(h2:contains("failed"))
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href^="/logout.php"]
|
||||
selector: a[href="/logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
@@ -101,7 +101,7 @@ login:
|
||||
- selector: td.embedded:has(h2:contains("failed"))
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href^="logout.php"]
|
||||
selector: a[href="logout.php"]
|
||||
|
||||
search:
|
||||
paths:
|
||||
|
Reference in New Issue
Block a user