Page MenuHomePhabricator
Paste P6823

GrantPermissions for CentralAuth and GlobalBlocking
ActivePublic

Authored by Rxy on Mar 8 2018, 7:50 PM.
Tags
None
Referenced Files
F14760658: GrantPermissions for CentralAuth and GlobalBlocking
Mar 8 2018, 7:50 PM
Subscribers
None
in CentralAuth/extension.json:
...
"GrantPermissions": {
...
"global": {
"globalblock": true
}
},
...
in GlobalBlocking/extension.json:
...
"GrantPermissions": {
"global": {
"centralauth-lock": true,
"centralauth-oversight": true
}
},
...

Event Timeline