mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00

- 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!
17 lines
451 B
JSON
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
|
|
}
|