зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1059198 - Permission table update for Trusted Hosted Apps. r=sicking
This commit is contained in:
Родитель
cb9c35ec9f
Коммит
c34b5238c6
|
@ -48,7 +48,7 @@ this.PermissionsTable = { geolocation: {
|
|||
},
|
||||
camera: {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
|
@ -99,28 +99,28 @@ this.PermissionsTable = { geolocation: {
|
|||
},
|
||||
"device-storage:pictures": {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: ALLOW_ACTION,
|
||||
access: ["read", "write", "create"]
|
||||
},
|
||||
"device-storage:videos": {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: ALLOW_ACTION,
|
||||
access: ["read", "write", "create"]
|
||||
},
|
||||
"device-storage:music": {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: ALLOW_ACTION,
|
||||
access: ["read", "write", "create"]
|
||||
},
|
||||
"device-storage:sdcard": {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: PROMPT_ACTION,
|
||||
privileged: PROMPT_ACTION,
|
||||
certified: ALLOW_ACTION,
|
||||
access: ["read", "write", "create"]
|
||||
|
@ -368,7 +368,7 @@ this.PermissionsTable = { geolocation: {
|
|||
},
|
||||
"audio-channel-publicnotification": {
|
||||
app: DENY_ACTION,
|
||||
trusted: DENY_ACTION,
|
||||
trusted: ALLOW_ACTION,
|
||||
privileged: DENY_ACTION,
|
||||
certified: ALLOW_ACTION
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче