mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-23 15:56:50 +00:00
Adjust the mime type of reCaptcha
Bug: T284894 Change-Id: I53072f2ce825720bb2d93a39bb6539722b59b394
This commit is contained in:
parent
63ece1e58b
commit
1f335f0d95
|
@ -162,7 +162,7 @@ HTML;
|
|||
global $wgReCaptchaSiteKey;
|
||||
return [
|
||||
'type' => 'recaptchanocaptcha',
|
||||
'mime' => 'image/png',
|
||||
'mime' => 'application/javascript',
|
||||
'key' => $wgReCaptchaSiteKey,
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue