зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1021643: allow Certified B2G apps to access mic and camera without prompting r=pauljt,sicking
This commit is contained in:
Родитель
022b95d8d3
Коммит
4ce7974373
|
@ -298,7 +298,7 @@ this.PermissionsTable = { geolocation: {
|
|||
"audio-capture": {
|
||||
app: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: PROMPT_ACTION
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
"nfc": {
|
||||
app: DENY_ACTION,
|
||||
|
@ -324,7 +324,7 @@ this.PermissionsTable = { geolocation: {
|
|||
"video-capture": {
|
||||
app: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: PROMPT_ACTION
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
"feature-detection": {
|
||||
app: DENY_ACTION,
|
||||
|
|
Загрузка…
Ссылка в новой задаче