mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 827806 - 'geolocation' permission should be set to prompt for certified apps. r=sicking a=blocking-basecamp
This commit is contained in:
parent
6189cdf7c6
commit
94e431ae7d
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user