mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Support for indexers with image CAPTCHAs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export const AUTO_COMPLETE = 'autoComplete';
|
||||
export const AVAILABILITY_SELECT = 'availabilitySelect';
|
||||
export const CAPTCHA = 'captcha';
|
||||
export const CARDIGANNCAPTCHA = 'cardigannCaptcha';
|
||||
export const CHECK = 'check';
|
||||
export const DEVICE = 'device';
|
||||
export const INFO = 'info';
|
||||
@@ -21,6 +22,7 @@ export const all = [
|
||||
AUTO_COMPLETE,
|
||||
AVAILABILITY_SELECT,
|
||||
CAPTCHA,
|
||||
CARDIGANNCAPTCHA,
|
||||
CHECK,
|
||||
DEVICE,
|
||||
INFO,
|
||||
|
Reference in New Issue
Block a user