mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-13 06:53:19 -05:00
6d04cdc3b4
* Refactor:Modules Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com> * Add config file Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com> * Restore sample images Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
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":{}
|
|
}
|
|
}
|
|
} |