mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-14 09:44:44 +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
(cherry picked from commit a137992900
)
This commit is contained in:
parent
b2edb02ad3
commit
29a16bd640
|
@ -98,6 +98,7 @@
|
|||
}
|
||||
},
|
||||
"LogRestrictions": {
|
||||
"abusefilter": "abusefilter-view",
|
||||
"abusefilterprivatedetails": "abusefilter-privatedetails-log"
|
||||
},
|
||||
"APIModules": {
|
||||
|
|
Loading…
Reference in a new issue