gnu: ungoogled-chromium: Allow microphone access.
Fixes <https://bugs.gnu.org/36961>. * gnu/packages/aux-files/chromium/master-preferences.json: Remove "audio_capture_enabled" flag.
This commit is contained in:
parent
c959d99fd0
commit
5ee1c0459e
|
@ -17,9 +17,6 @@
|
||||||
"alternate_error_pages": {
|
"alternate_error_pages": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"hardware": {
|
|
||||||
"audio_capture_enabled": false
|
|
||||||
},
|
|
||||||
"default_apps": "noinstall",
|
"default_apps": "noinstall",
|
||||||
"hide_web_store_icon": true,
|
"hide_web_store_icon": true,
|
||||||
"homepage": "https://www.gnu.org/software/guix/"
|
"homepage": "https://www.gnu.org/software/guix/"
|
||||||
|
|
Loading…
Reference in New Issue