mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
22 lines
555 B
JSON
22 lines
555 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required_plugins": ["chrome"],
|
|
"properties": {
|
|
"CAPTCHA2_ENABLED": {
|
|
"type": "boolean",
|
|
"default": true,
|
|
"x-aliases": ["USE_CAPTCHA2"],
|
|
"description": "Enable Captcha2 browser extension for CAPTCHA solving"
|
|
},
|
|
"CAPTCHA2_TIMEOUT": {
|
|
"type": "integer",
|
|
"default": 60,
|
|
"minimum": 5,
|
|
"x-fallback": "TIMEOUT",
|
|
"description": "Timeout for CAPTCHA solving in seconds"
|
|
}
|
|
}
|
|
}
|