Bug 827806 - 'geolocation' permission should be set to prompt for certified apps. r=sicking a=blocking-basecamp

This commit is contained in:
Gregor Wagner 2013-01-08 16:20:15 +01:00
parent 6189cdf7c6
commit 94e431ae7d

View File

@ -36,7 +36,7 @@ const PROMPT_ACTION = Ci.nsIPermissionManager.PROMPT_ACTION;
this.PermissionsTable = { geolocation: {
app: PROMPT_ACTION,
privileged: PROMPT_ACTION,
certified: ALLOW_ACTION
certified: PROMPT_ACTION
},
camera: {
app: DENY_ACTION,