mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Fix a typo in EmergencyDisable globals description
And specify what we mean with "dangerous actions". Change-Id: Ida5827978b257cfdf61786c7e19c11a1dc74c664
This commit is contained in:
parent
3229ce5236
commit
0df04cd829
|
@ -277,7 +277,7 @@
|
|||
"default": 0.05
|
||||
},
|
||||
"_merge_strategy": "array_plus",
|
||||
"description": "Disable potentially dangerous action of a filter if it matches more than X actions, constituting more than Y% (e.g. 0.05 = 5%) of the last Z actions, and the filter has been modified in the last S seconds. X is AbuseFilterEmergencyDisableCount, Y is AbuseFilterEmergencyDisableThreshold, S is AbuseFilterEmergencyDisableAge and Z is a number between 1 and AbuseFilterProfileActionsCap."
|
||||
"description": "Disable potentially dangerous actions (AbuseFilterRestrictions) of a filter if it matches more than X actions, constituting more than Y% (e.g. 0.05 = 5%) of the last Z actions, and the filter has been modified in the last S seconds. X is AbuseFilterEmergencyDisableCount, Y is AbuseFilterEmergencyDisableThreshold, S is AbuseFilterEmergencyDisableAge and Z is a number between 1 and AbuseFilterProfileActionsCap."
|
||||
},
|
||||
"AbuseFilterEmergencyDisableCount": {
|
||||
"value": {
|
||||
|
|
Loading…
Reference in a new issue