mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-09 20:47:55 -05:00
20 lines
510 B
JSON
20 lines
510 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",
|
|
"--headless",
|
|
"--disable-gpu",
|
|
"--no-sandbox",
|
|
"--disable-dev-shm-usage",
|
|
"--window-size=1280,800"
|
|
]
|
|
}
|
|
} |