mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
beyond-hd: add captcha to login. resolves #6281
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
login:
|
||||
path: login
|
||||
method: form
|
||||
captcha:
|
||||
type: text
|
||||
selector: div[style*="#999999;"]
|
||||
input: key
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
|
Reference in New Issue
Block a user