mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-15 11:59:33 +00:00
36abbc6288
This change adds a new Captcha type (ReCaptchaNoCaptcha) that uses Google reCAPTCHA 2.0. See more: - https://www.google.com/recaptcha/intro/ - https://developers.google.com/recaptcha/docs/display - https://developers.google.com/recaptcha/docs/faq - http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html Bug: T84918 Change-Id: I5908fd2716786237adb01a403d5bd1e22d95c563
18 lines
322 B
JSON
18 lines
322 B
JSON
{
|
|
"name": "ReCaptchaNoCaptcha",
|
|
"MessagesDirs": {
|
|
"ReCaptchaNoCaptcha": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ReCaptchaNoCaptcha": "ReCaptchaNoCaptcha.class.php"
|
|
},
|
|
"config": {
|
|
"CaptchaClass": "ReCaptchaNoCaptcha",
|
|
"ReCaptchaSiteKey": "",
|
|
"ReCaptchaSecretKey": "",
|
|
"ReCaptchaSendRemoteIP": false
|
|
}
|
|
}
|