summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:33 +0000
commit84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814 (patch)
tree15ab37ce98720b3ce0da95df3463c392c61fbae8 /debian
parentuser.js: Disabling smooth scrolling. (diff)
downloadfirefox-84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814.tar.xz
firefox-84d7f74bde759e2777a2f3c2b2cf34fcbb5bc814.zip
user.js: Disabling spellcheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/local/pref/user.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index bdfcae3b54..22bbd95e79 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1058,3 +1058,5 @@ user_pref("general.smoothScroll.pages", false);
user_pref("general.smoothScroll.pixels", false);
user_pref("general.smoothScroll.scrollbars", false);
user_pref("toolkit.scrollbox.smoothScroll", false);
+
+user_pref("layout.spellcheckDefault", 0);