mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 06:52:04 -08:00
re-enable translations
This commit is contained in:
parent
165dcc4bb7
commit
efb86e2e88
1 changed files with 0 additions and 4 deletions
|
|
@ -92,7 +92,6 @@ defaultPref("cookiebanners.service.mode", 2); // Reject cookie banners if possib
|
||||||
defaultPref("cookiebanners.service.mode.privateBrowsing", 2);
|
defaultPref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||||
|
|
||||||
// Translations
|
// Translations
|
||||||
defaultPref("browser.translations.enable", false); // Disable Firefox Translations
|
|
||||||
defaultPref("browser.translations.autoTranslate", false);
|
defaultPref("browser.translations.autoTranslate", false);
|
||||||
|
|
||||||
// Fullscreen
|
// Fullscreen
|
||||||
|
|
@ -751,8 +750,5 @@ defaultPref("extensions.blocklist.enabled", false);
|
||||||
// Force Firefox Devtools to open in a separate window.
|
// Force Firefox Devtools to open in a separate window.
|
||||||
defaultPref("devtools.toolbox.host", "window");
|
defaultPref("devtools.toolbox.host", "window");
|
||||||
|
|
||||||
// Disable auto translations
|
|
||||||
defaultPref("browser.translations.enable", false);
|
|
||||||
|
|
||||||
// Disable spell check
|
// Disable spell check
|
||||||
defaultPref("layout.spellcheckDefault", 0);
|
defaultPref("layout.spellcheckDefault", 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue