From 2b5f8d2c9a90ad9eca2732c2fe6d59194dca59ee Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 16 Feb 2019 12:29:14 +0000 Subject: [PATCH] put back 0307 --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 2188cf5..f764b4a 100644 --- a/user.js +++ b/user.js @@ -200,6 +200,8 @@ user_pref("app.update.silent", false); * used when installing/updating an extension, and in daily background update checks: if false, it * hides the expanded text description (if it exists) when you "show more details about an addon" ***/ // user_pref("extensions.getAddons.cache.enabled", false); +/* 0307: disable auto updating of personas (lightweight themes) ***/ +user_pref("lightweightThemes.update.enabled", false); /* 0308: disable search update * [SETTING] General>Firefox Updates>Automatically update search engines ***/ user_pref("browser.search.update", false);