mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 07:02:03 -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);
|
||||
|
||||
// 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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue