From 300248bcb6f3dc5126d45aeeef553547e5c22f20 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 16 May 2022 20:50:22 +0200 Subject: Fix spellchecker.dictionary_path of F36+ --- firefox-redhat-default-prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox-redhat-default-prefs.js') diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js index 1c0be99..6fcee25 100644 --- a/firefox-redhat-default-prefs.js +++ b/firefox-redhat-default-prefs.js @@ -26,7 +26,7 @@ pref("plugins.notifyMissingFlash", false); pref("browser.display.use_system_colors", false); /* Allow sending credetials to all https:// sites */ pref("network.negotiate-auth.trusted-uris", "https://"); -pref("spellchecker.dictionary_path","/usr/share/myspell"); +pref("spellchecker.dictionary_path","/usr/share/hunspell"); /* Disable DoH by default */ pref("network.trr.mode", 5); /* Enable per-user policy dir, see mozbz#1583466 */ -- cgit