Accepting request 95641 from mozilla:Factory
OBS-URL: https://build.opensuse.org/request/show/95641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=37
This commit is contained in:
commit
524ecda7c2
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user