Bug 899442 - Add permission for WAP Push. r=fabrice

This commit is contained in:
Chuck Lee 2013-08-05 15:21:07 +08:00
parent 6a3405e469
commit 369f3f5f3c
2 changed files with 6 additions and 1 deletions

View File

@ -275,6 +275,11 @@ this.PermissionsTable = { geolocation: {
privileged: DENY_ACTION,
certified: ALLOW_ACTION
},
"wappush": {
app: DENY_ACTION,
privileged: DENY_ACTION,
certified: ALLOW_ACTION
},
};
/**

View File

@ -97,7 +97,7 @@ this.SystemMessagePermissionsTable = {
"mobileconnection": []
},
"wappush-received": {
"sms": []
"wappush": []
},
};