Bug 807438 - Add new 'open-remote-window' app permission r=sicking, a=blocking-basecamp

This commit is contained in:
Alexandre Poirot 2012-12-10 11:51:50 +01:00
parent 19f604e42b
commit 222a48515a

View File

@ -235,6 +235,11 @@ this.PermissionsTable = { geolocation: {
channels: ["normal", "content", "notification",
"alarm", "telephony", "ringer", "publicnotification"]
},
"open-remote-window": {
app: DENY_ACTION,
privileged: DENY_ACTION,
certified: ALLOW_ACTION
},
};
/**