policies: disable spellcheck, possible fix for #817

This commit is contained in:
Ilya Kreymer 2025-04-15 10:54:14 +02:00
parent 1cb1b2edb9
commit 39fab1e941

View file

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