Bug 819218 - Permissions Installer - Fix desktop-notification permission. r=sicking

This commit is contained in:
Gregor Wagner 2012-12-10 17:17:51 -08:00
parent a3ef44ebe7
commit a4c443cec4

View File

@ -164,8 +164,8 @@ this.PermissionsTable = { geolocation: {
certified: ALLOW_ACTION
},
"desktop-notification": {
app: DENY_ACTION,
privileged: DENY_ACTION,
app: ALLOW_ACTION,
privileged: ALLOW_ACTION,
certified: ALLOW_ACTION
},
"networkstats-manage": {