14
0

- do not disable global addons on update check

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=90
This commit is contained in:
Wolfgang Rosenauer
2011-11-11 22:02:08 +00:00
committed by Git OBS Bridge
parent dc6eb62591
commit 60f25b976d
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 11 21:59:49 UTC 2011 - wr@rosenauer.org
- do not disable global addons on update check
-------------------------------------------------------------------
Tue Nov 8 05:14:02 UTC 2011 - wr@rosenauer.org

View File

@@ -13,3 +13,6 @@ pref("accessibility.typeaheadfind.soundURL", "default");
pref("browser.startup.homepage", "chrome://susefox/content/susefox.properties");
pref("startup.homepage_welcome_url", "");
pref("startup.homepage_override_url", "");
// do not disable system-global or app-global extensions
pref("extensions.autoDisableScopes", 3);