52 lines
848 B
TOML
52 lines
848 B
TOML
[DEFAULT]
|
|
prefs = [
|
|
"captchadetection.loglevel=Debug",
|
|
"captchadetection.actor.enabled=true",
|
|
]
|
|
scheme="https"
|
|
support-files = [
|
|
"CaptchaTestingUtils.js"
|
|
]
|
|
|
|
["test_arkose_labs.html"]
|
|
support-files = [
|
|
"arkose_labs_api.sjs",
|
|
"arkose_labs.html"
|
|
]
|
|
|
|
["test_cf_turnstile_fail.html"]
|
|
support-files = [
|
|
"cf_turnstile.html"
|
|
]
|
|
|
|
["test_cf_turnstile_success.html"]
|
|
support-files = [
|
|
"cf_turnstile.html"
|
|
]
|
|
|
|
["test_datadome.html"]
|
|
support-files = [
|
|
"datadome.html"
|
|
]
|
|
|
|
["test_g_recaptcha_v2_ac.html"]
|
|
support-files = [
|
|
"g_recaptcha_v2_checkbox.html"
|
|
]
|
|
|
|
["test_g_recaptcha_v2_pc.html"]
|
|
support-files = [
|
|
"g_recaptcha_v2_checkbox.html",
|
|
"g_recaptcha_v2_images.html"
|
|
]
|
|
|
|
["test_hcaptcha_ac.html"]
|
|
support-files = [
|
|
"hcaptcha_checkbox.html"
|
|
]
|
|
|
|
["test_hcaptcha_pc.html"]
|
|
support-files = [
|
|
"hcaptcha_checkbox.html",
|
|
"hcaptcha_puzzle.html"
|
|
]
|