mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-12 22:43:20 -05:00
Update config json file
Signed-off-by: Rahul Rudragoudar <rr83019@gmail.com>
This commit is contained in:
parent
c00680f631
commit
843367007f
11
config.json
11
config.json
@ -1,32 +1,35 @@
|
||||
{
|
||||
"randomSeed": 20,
|
||||
"port": 8888,
|
||||
"captchaExpiryTimeLimit": 5,
|
||||
"threadDelay": 2,
|
||||
"throttle": 10,
|
||||
"captchas":{
|
||||
"FilterChallenge":{
|
||||
"name": "FilterChallenge",
|
||||
"supportedLevels":["medium", "hard"],
|
||||
"supportedMedia":["image"],
|
||||
"supportedMedia":["image/png"],
|
||||
"supportedinputType":["text"],
|
||||
"config":{}
|
||||
},
|
||||
"GifCaptcha":{
|
||||
"name": "GifCaptcha",
|
||||
"supportedLevels":["hard"],
|
||||
"supportedMedia":["gif"],
|
||||
"supportedMedia":["image/gif"],
|
||||
"supportedinputType":["text"],
|
||||
"config":{}
|
||||
},
|
||||
"ShadowTextCaptcha":{
|
||||
"name": "ShadowTextCaptcha",
|
||||
"supportedLevels":["easy"],
|
||||
"supportedMedia":["image"],
|
||||
"supportedMedia":["image/png"],
|
||||
"supportedinputType":["text"],
|
||||
"config": {}
|
||||
},
|
||||
"RainDropsCaptcha":{
|
||||
"name": "RainDropsCaptcha",
|
||||
"supportedLevels":["easy","medium"],
|
||||
"supportedMedia":["image"],
|
||||
"supportedMedia":["image/gif"],
|
||||
"supportedinputType":["text"],
|
||||
"config":{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user