- disable addon check completely as scopes are not working

correctly with Firefox 8

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -16,3 +16,5 @@ pref("startup.homepage_override_url", "");
// do not disable system-global or app-global extensions
pref("extensions.autoDisableScopes", 3);
pref("extensions.shownSelectionUI", true);