mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-24 00:04:15 +00:00
Merge "extension.json: 1st dimension is namespace ID, so avoid re-numbering"
This commit is contained in:
commit
77d3872753
|
@ -95,7 +95,9 @@
|
||||||
"badloginperuser": true,
|
"badloginperuser": true,
|
||||||
"_merge_strategy": "array_plus"
|
"_merge_strategy": "array_plus"
|
||||||
},
|
},
|
||||||
"wgCaptchaTriggersOnNamespace": [],
|
"wgCaptchaTriggersOnNamespace": {
|
||||||
|
"_merge_strategy": "array_plus_2d"
|
||||||
|
},
|
||||||
"wgCaptchaStorageClass": "CaptchaSessionStore",
|
"wgCaptchaStorageClass": "CaptchaSessionStore",
|
||||||
"wgCaptchaSessionExpiration": 1800,
|
"wgCaptchaSessionExpiration": 1800,
|
||||||
"wgCaptchaBadLoginExpiration": 300,
|
"wgCaptchaBadLoginExpiration": 300,
|
||||||
|
|
Loading…
Reference in a new issue