mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
Config Policy Update (#822)
Fixes webrecorder/replayweb.page#416 Update enterprise policy to: - Disable Spellcheck, which should include downloading spellcheck dictionary, possibly issue raised in #817 - Disable automatic http->https redirects, which insert an extra 307 response, as raised in: webrecorder/replayweb.page#416
This commit is contained in:
parent
13e9648398
commit
d47812d139
1 changed files with 3 additions and 1 deletions
|
@ -7,5 +7,7 @@
|
|||
"URLBlocklist": [
|
||||
"file://*"
|
||||
],
|
||||
"DownloadDirectory": "/dev/null"
|
||||
"DownloadDirectory": "/dev/null",
|
||||
"SpellcheckEnabled": false,
|
||||
"HttpsUpgradesEnabled": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue