Stephan Kulow 2011-12-07 13:38:03 +00:00 committed by Git OBS Bridge
commit 524ecda7c2
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Nov 18 14:03:18 UTC 2011 - wr@rosenauer.org
- disable addon check completely as scopes are not working
correctly with Firefox 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,8 @@ 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);
pref("extensions.shownSelectionUI", true);