diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:44:01 +0000 |
commit | fafc47131357eafac6d050bd76ce712d7120f72e (patch) | |
tree | 5e704881711847d25977447caae7b801f22b5985 /debian/local | |
parent | user.js: Disabling smooth scrolling. (diff) | |
download | firefox-fafc47131357eafac6d050bd76ce712d7120f72e.tar.xz firefox-fafc47131357eafac6d050bd76ce712d7120f72e.zip |
user.js: Disabling spellcheck.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/pref/user.js | 2 |
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); |