summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:44:01 +0000
commitfafc47131357eafac6d050bd76ce712d7120f72e (patch)
tree5e704881711847d25977447caae7b801f22b5985 /debian/local/pref/user.js
parentuser.js: Disabling smooth scrolling. (diff)
downloadfirefox-fafc47131357eafac6d050bd76ce712d7120f72e.tar.xz
firefox-fafc47131357eafac6d050bd76ce712d7120f72e.zip
user.js: Disabling spellcheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 21250b03bf..b72943c797 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1097,3 +1097,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);