зеркало из https://github.com/mozilla/gecko-dev.git
Bug 827806 - 'geolocation' permission should be set to prompt for certified apps. r=sicking, a=blocking-basecamp
This commit is contained in:
Родитель
1b6132a11d
Коммит
96e8526ec3
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче