diff --git a/settings/camoufox.cfg b/settings/camoufox.cfg index cbd0382..021811e 100644 --- a/settings/camoufox.cfg +++ b/settings/camoufox.cfg @@ -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);