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:
Ilya Kreymer 2025-05-01 23:01:24 -07:00 committed by GitHub
parent 13e9648398
commit d47812d139
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,5 +7,7 @@
"URLBlocklist": [ "URLBlocklist": [
"file://*" "file://*"
], ],
"DownloadDirectory": "/dev/null" "DownloadDirectory": "/dev/null",
"SpellcheckEnabled": false,
"HttpsUpgradesEnabled": false
} }