firefox: disable automatic popup for translations

This commit is contained in:
Vincent Bernat 2023-09-27 23:56:48 +02:00
parent 9d8f47dd60
commit ce61d1ed89

View file

@ -95,5 +95,9 @@ user_pref("browser.safebrowsing.malware.enabled", false);
// Don't trim URLs
user_pref("browser.urlbar.trimURLs", false);
// Don't offer translating
user_pref("browser.translations.automaticallyPopup", false);
user_pref("browser.translations.panelShown", true);
// Enable userContent.css (disabled)
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", false);