firefox: don't close on last tab

This commit is contained in:
Vincent Bernat 2024-02-29 07:43:04 +01:00
parent c00aa09add
commit 6bdf38b507

View file

@ -89,6 +89,9 @@ user_pref("browser.aboutConfig.showWarning", false);
user_pref("browser.disableResetPrompt", true);
user_pref("browser.tabs.firefox-view", false);
//Don't close on last tab
user_pref("browser.tabs.closeWindowWithLastTab", false);
// Disable safebrowsing malware (sends hash of each file to Google)
user_pref("browser.safebrowsing.malware.enabled", false);