mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
Give the sysop group protected vars access rights
- Define `abusefilter-protected-vars-log` as an available right as it wasn't already - Give the `sysop` group the `abusefilter-access-protected-vars` and `abusefilter-protected-vars-log` rights Bug: T369610 Change-Id: I44d3824e3d47ad94e8a94e185997c4a8e9d50199 Depends-On: Id8898c17396af0f59ef2d82967e7d85ae4f0cd88
This commit is contained in:
parent
08910fcf38
commit
ce79c13031
|
@ -30,7 +30,8 @@
|
|||
"abusefilter-modify-global",
|
||||
"abusefilter-modify-blocked-external-domains",
|
||||
"abusefilter-bypass-blocked-external-domains",
|
||||
"abusefilter-access-protected-vars"
|
||||
"abusefilter-access-protected-vars",
|
||||
"abusefilter-protected-vars-log"
|
||||
],
|
||||
"GroupPermissions": {
|
||||
"*": {
|
||||
|
@ -44,7 +45,9 @@
|
|||
"abusefilter-modify": true,
|
||||
"abusefilter-modify-restricted": true,
|
||||
"abusefilter-revert": true,
|
||||
"abusefilter-modify-blocked-external-domains": true
|
||||
"abusefilter-modify-blocked-external-domains": true,
|
||||
"abusefilter-access-protected-vars": true,
|
||||
"abusefilter-protected-vars-log": true
|
||||
},
|
||||
"suppress": {
|
||||
"abusefilter-hidden-log": true,
|
||||
|
|
Loading…
Reference in a new issue