mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
16 lines
299 B
JSON
16 lines
299 B
JSON
|
{
|
||
|
"moz:firefoxOptions": {
|
||
|
"prefs": {
|
||
|
"media.navigator.streams.fake": true,
|
||
|
"media.navigator.permission.disabled": true
|
||
|
},
|
||
|
"args": []
|
||
|
},
|
||
|
"goog:chromeOptions": {
|
||
|
"args": [
|
||
|
"--use-fake-device-for-media-stream",
|
||
|
"--use-fake-ui-for-media-stream"
|
||
|
]
|
||
|
}
|
||
|
}
|