From 958e56a21aab2a016932d1adb1541284ee538c06 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 3 Nov 2023 00:44:00 +0000 Subject: [PATCH] shortcutFavicons is windows only, see #1747 --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index fc04f68..8a211f4 100644 --- a/user.js +++ b/user.js @@ -387,7 +387,7 @@ user_pref("browser.sessionstore.privacy_level", 2); /* 1005: disable automatic Firefox start and session restore after reboot [FF62+] [WINDOWS] * [1] https://bugzilla.mozilla.org/603903 ***/ user_pref("toolkit.winRegisterApplicationRestart", false); -/* 1006: disable favicons in shortcuts +/* 1006: disable favicons in shortcuts [WINDOWS] * URL shortcuts use a cached randomly named .ico file which is stored in your * profile/shortcutCache directory. The .ico remains after the shortcut is deleted * If set to false then the shortcuts use a generic Firefox icon ***/