summaryrefslogtreecommitdiff
path: root/firefox-8.0-enable-addons.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2011-11-15 09:12:44 +0100
committerMartin Stransky <stransky@anakreon.cz>2011-11-15 09:12:44 +0100
commit72e447acbb17c2fb307986717b24990354a8c076 (patch)
tree40828b29774d8b1833f6a569681f5bd43ab2a3f7 /firefox-8.0-enable-addons.patch
parentUpdate to 8.0 - build fixes (diff)
downloadlibrewolf-fedora-ff-72e447acbb17c2fb307986717b24990354a8c076.tar.gz
librewolf-fedora-ff-72e447acbb17c2fb307986717b24990354a8c076.tar.bz2
librewolf-fedora-ff-72e447acbb17c2fb307986717b24990354a8c076.zip
Temporary workaround for langpacks (#753551)
Diffstat (limited to 'firefox-8.0-enable-addons.patch')
-rw-r--r--firefox-8.0-enable-addons.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/firefox-8.0-enable-addons.patch b/firefox-8.0-enable-addons.patch
new file mode 100644
index 0000000..ae847f8
--- /dev/null
+++ b/firefox-8.0-enable-addons.patch
@@ -0,0 +1,12 @@
+diff -up firefox-8.0/mozilla-release/browser/app/profile/firefox.js.old firefox-8.0/mozilla-release/browser/app/profile/firefox.js
+--- firefox-8.0/mozilla-release/browser/app/profile/firefox.js.old 2011-11-04 22:33:52.000000000 +0100
++++ firefox-8.0/mozilla-release/browser/app/profile/firefox.js 2011-11-14 23:21:49.841058452 +0100
+@@ -77,7 +77,7 @@ pref("extensions.update.autoUpdateDefaul
+ // Disable add-ons installed into the shared user and shared system areas by
+ // default. This does not include the application directory. See the SCOPE
+ // constants in AddonManager.jsm for values to use here
+-pref("extensions.autoDisableScopes", 15);
++pref("extensions.autoDisableScopes", 0);
+
+ // Dictionary download preference
+ pref("browser.dictionaries.download.url", "https://addons.mozilla.org/%LOCALE%/firefox/dictionaries/");
bgstack15