firefox: disable firefox view

This commit is contained in:
Vincent Bernat 2022-11-14 19:35:04 +01:00
parent 711a2dba74
commit 08ac5f514b

View file

@ -73,6 +73,7 @@ user_pref("beacon.enabled", false);
// Disable annoying prompts
user_pref("browser.aboutConfig.showWarning", false);
user_pref("browser.disableResetPrompt", true);
user_pref("browser.tabs.firefox-view", false);
// Disable safebrowsing malware (sends hash of each file to Google)
user_pref("browser.safebrowsing.malware.enabled", false);