mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818566 - Permissions Installer - Fix camera permission. r=sicking
This commit is contained in:
parent
f780e493f6
commit
a6e0346466
@ -47,7 +47,7 @@ this.PermissionsTable = { geolocation: {
|
|||||||
},
|
},
|
||||||
camera: {
|
camera: {
|
||||||
app: DENY_ACTION,
|
app: DENY_ACTION,
|
||||||
privileged: PROMPT_ACTION,
|
privileged: DENY_ACTION,
|
||||||
certified: ALLOW_ACTION
|
certified: ALLOW_ACTION
|
||||||
},
|
},
|
||||||
alarms: {
|
alarms: {
|
||||||
|
Loading…
Reference in New Issue
Block a user