mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 811432 - Allow systemxhr permission for privileged apps (in addition to certified apps). r=sicking
This commit is contained in:
parent
64762c4f88
commit
3c3409ff19
@ -215,7 +215,7 @@ this.PermissionsTable = { "resource-lock": {
|
||||
},
|
||||
"systemXHR": {
|
||||
app: DENY_ACTION,
|
||||
privileged: DENY_ACTION,
|
||||
privileged: ALLOW_ACTION,
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
"voicemail": {
|
||||
|
Loading…
Reference in New Issue
Block a user