Bug 1111135 - Part 1: Add audio-capture:3gpp perimission. r=fabrice.

This commit is contained in:
Eric Rahm 2015-01-05 15:15:06 -08:00
parent 14406139c4
commit 7f29c8a32e

View File

@ -407,7 +407,13 @@ this.PermissionsTable = { geolocation: {
privileged: PROMPT_ACTION,
certified: ALLOW_ACTION
},
"nfc": {
"audio-capture:3gpp": {
app: DENY_ACTION,
trusted: DENY_ACTION,
privileged: ALLOW_ACTION,
certified: ALLOW_ACTION
},
"nfc": {
app: DENY_ACTION,
trusted: DENY_ACTION,
privileged: ALLOW_ACTION,