mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00
policies: disable spellcheck, possible fix for #817
This commit is contained in:
parent
1cb1b2edb9
commit
39fab1e941
1 changed files with 2 additions and 1 deletions
|
@ -7,5 +7,6 @@
|
|||
"URLBlocklist": [
|
||||
"file://*"
|
||||
],
|
||||
"DownloadDirectory": "/dev/null"
|
||||
"DownloadDirectory": "/dev/null",
|
||||
"SpellcheckEnabled": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue