re-enable translations

This commit is contained in:
oneflux 2025-04-21 13:23:11 -07:00
parent 165dcc4bb7
commit efb86e2e88

View file

@ -92,7 +92,6 @@ defaultPref("cookiebanners.service.mode", 2); // Reject cookie banners if possib
defaultPref("cookiebanners.service.mode.privateBrowsing", 2);
// Translations
defaultPref("browser.translations.enable", false); // Disable Firefox Translations
defaultPref("browser.translations.autoTranslate", false);
// Fullscreen
@ -751,8 +750,5 @@ defaultPref("extensions.blocklist.enabled", false);
// Force Firefox Devtools to open in a separate window.
defaultPref("devtools.toolbox.host", "window");
// Disable auto translations
defaultPref("browser.translations.enable", false);
// Disable spell check
defaultPref("layout.spellcheckDefault", 0);