Bug 811432 - Allow systemxhr permission for privileged apps (in addition to certified apps). r=sicking

This commit is contained in:
Gregor Wagner 2012-11-19 10:12:10 -08:00
parent 64762c4f88
commit 3c3409ff19

View File

@ -215,7 +215,7 @@ this.PermissionsTable = { "resource-lock": {
},
"systemXHR": {
app: DENY_ACTION,
privileged: DENY_ACTION,
privileged: ALLOW_ACTION,
certified: ALLOW_ACTION
},
"voicemail": {
@ -480,4 +480,4 @@ this.PermissionsInstaller = {
browserFlag: false
});
}
};
};