mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 15:30:42 +00:00
Restrict viewing Special:Log/AbuseFilter, and remove from recent changes
Only allow users with `abusefilter-view` to see abuse filter log entries. Note that this is different from the abuse log itself. Bug: T34959 Change-Id: I587c2eb9bdc2e5ca2652aa338440cdc5b6eb9235
This commit is contained in:
parent
585d6cdb24
commit
a137992900
|
@ -98,6 +98,7 @@
|
|||
}
|
||||
},
|
||||
"LogRestrictions": {
|
||||
"abusefilter": "abusefilter-view",
|
||||
"abusefilterprivatedetails": "abusefilter-privatedetails-log"
|
||||
},
|
||||
"APIModules": {
|
||||
|
|
Loading…
Reference in a new issue