diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index cce5cef..a55c191 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -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);