summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 09:31:36 +0000
commitd84024393982fe7712a5620989bacd6ce6330066 (patch)
tree0342f425272ecaa4c9fed713a8bfdb0a50952f0f
parentuser.js: Disabling smooth scrolling. (diff)
downloadfirefox-d84024393982fe7712a5620989bacd6ce6330066.tar.xz
firefox-d84024393982fe7712a5620989bacd6ce6330066.zip
user.js: Disabling spellcheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 2bcd25c91b..f8ae3aca10 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1007,3 +1007,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);