browsertrix-crawler/config/policies/chromium.json
Ilya Kreymer f9bd534e4c
more dependency updates: (#827)
- update wabac.js to 2.22.16, RWP to 2.3.7
- fidelity: fixes capture of fb and insta (via wabac.js 2.22.16)
- policy: disable tg popups
- bump version to 1.6.1!
2025-05-05 10:08:59 -07:00

17 lines
451 B
JSON

{
"AlwaysOpenPdfExternally": true,
"NewTabPageLocation": "about:blank",
"RestoreOnStartup": 5,
"IncognitoModeAvailability": 1,
"AllowFileSelectionDialogs": false,
"AutoLaunchProtocolsFromOrigins": [{
"allowed_origins":["https://t.me"],
"protocol": "tg"
}],
"URLBlocklist": [
"file://*"
],
"DownloadDirectory": "/dev/null",
"SpellcheckEnabled": false,
"HttpsUpgradesEnabled": false
}