user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit eeedf0db729c1bd5196709ab0044ca5881b6d9f4
parent 1ad970741caac3f18c08e1a4c98e45208f3a6611
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 14 Jun 2017 04:56:00 +1200

1032: favicons in web notifications=>active

enforce default
Diffstat:
Muser.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -548,7 +548,7 @@ user_pref("browser.shell.shortcutFavicons", false); // user_pref("browser.chrome.site_icons", false); // user_pref("browser.chrome.favicons", false); /* 1032: disable favicons in web notifications ***/ - // user_pref("alerts.showFavicons", false); +user_pref("alerts.showFavicons", false); /*** 1100: MULTI-PROCESS (e10s) We recommend you let Firefox handle this. Until e10s is enforced, if @@ -1528,7 +1528,7 @@ user_pref("privacy.cpd.passwords", false); // this is not listed user_pref("privacy.cpd.sessions", true); // Active Logins user_pref("privacy.cpd.siteSettings", false); // Site Preferences /* 2805: privacy.*.openWindows (clear session restore data) (FF34+) - * [WARNING] There is a years-old bug that these cause two windows when Firefox restarts. + * [NOTE] There is a years-old bug that these cause two windows when Firefox restarts. * You do not need these anyway if session restore is disabled (see 1020) ***/ // user_pref("privacy.clearOnShutdown.openWindows", true); // user_pref("privacy.cpd.openWindows", true);