mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +00:00
azuza: update login test selector. resolves #14478
This commit is contained in:
parent
a529a92b9f
commit
6a38ea3d81
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ login:
|
||||||
cookie: "{{ .Config.cookie }}"
|
cookie: "{{ .Config.cookie }}"
|
||||||
test:
|
test:
|
||||||
path: index.php
|
path: index.php
|
||||||
selector: a[href="logout.php"]
|
selector: a[href^="logout.php?csrf_token="]
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Reference in a new issue