2021-02-24 04:51:16 -05:00
|
|
|
{
|
|
|
|
"randomSeed": 20,
|
2021-03-02 11:03:11 -05:00
|
|
|
"port": 8888,
|
2021-02-24 04:51:16 -05:00
|
|
|
"captchaExpiryTimeLimit": 5,
|
2021-03-02 11:03:11 -05:00
|
|
|
"threadDelay": 2,
|
|
|
|
"throttle": 10,
|
2021-02-24 04:51:16 -05:00
|
|
|
"captchas":{
|
|
|
|
"FilterChallenge":{
|
|
|
|
"name": "FilterChallenge",
|
|
|
|
"supportedLevels":["medium", "hard"],
|
2021-03-02 11:03:11 -05:00
|
|
|
"supportedMedia":["image/png"],
|
2021-02-24 04:51:16 -05:00
|
|
|
"supportedinputType":["text"],
|
|
|
|
"config":{}
|
|
|
|
},
|
|
|
|
"GifCaptcha":{
|
|
|
|
"name": "GifCaptcha",
|
|
|
|
"supportedLevels":["hard"],
|
2021-03-02 11:03:11 -05:00
|
|
|
"supportedMedia":["image/gif"],
|
2021-02-24 04:51:16 -05:00
|
|
|
"supportedinputType":["text"],
|
|
|
|
"config":{}
|
|
|
|
},
|
|
|
|
"ShadowTextCaptcha":{
|
|
|
|
"name": "ShadowTextCaptcha",
|
|
|
|
"supportedLevels":["easy"],
|
2021-03-02 11:03:11 -05:00
|
|
|
"supportedMedia":["image/png"],
|
2021-02-24 04:51:16 -05:00
|
|
|
"supportedinputType":["text"],
|
|
|
|
"config": {}
|
|
|
|
},
|
|
|
|
"RainDropsCaptcha":{
|
|
|
|
"name": "RainDropsCaptcha",
|
|
|
|
"supportedLevels":["easy","medium"],
|
2021-03-02 11:03:11 -05:00
|
|
|
"supportedMedia":["image/gif"],
|
2021-02-24 04:51:16 -05:00
|
|
|
"supportedinputType":["text"],
|
|
|
|
"config":{}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|