mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 23:04:59 -05:00
34 lines
994 B
JSON
34 lines
994 B
JSON
|
{
|
||
|
"randomSeed": 20,
|
||
|
"captchaExpiryTimeLimit": 5,
|
||
|
"captchas":{
|
||
|
"FilterChallenge":{
|
||
|
"name": "FilterChallenge",
|
||
|
"supportedLevels":["medium", "hard"],
|
||
|
"supportedMedia":["image"],
|
||
|
"supportedinputType":["text"],
|
||
|
"config":{}
|
||
|
},
|
||
|
"GifCaptcha":{
|
||
|
"name": "GifCaptcha",
|
||
|
"supportedLevels":["hard"],
|
||
|
"supportedMedia":["gif"],
|
||
|
"supportedinputType":["text"],
|
||
|
"config":{}
|
||
|
},
|
||
|
"ShadowTextCaptcha":{
|
||
|
"name": "ShadowTextCaptcha",
|
||
|
"supportedLevels":["easy"],
|
||
|
"supportedMedia":["image"],
|
||
|
"supportedinputType":["text"],
|
||
|
"config": {}
|
||
|
},
|
||
|
"RainDropsCaptcha":{
|
||
|
"name": "RainDropsCaptcha",
|
||
|
"supportedLevels":["easy","medium"],
|
||
|
"supportedMedia":["image"],
|
||
|
"supportedinputType":["text"],
|
||
|
"config":{}
|
||
|
}
|
||
|
}
|
||
|
}
|