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 f70b276746
commit 8b7faac85b

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": {