[or-cvs] r18216: {torbrowser} We do not need to specify which extensions we have enabled. (torbrowser/trunk/build-scripts/config)

sjm217 at seul.org sjm217 at seul.org
Wed Jan 21 22:33:42 UTC 2009


Author: sjm217
Date: 2009-01-21 17:33:42 -0500 (Wed, 21 Jan 2009)
New Revision: 18216

Modified:
   torbrowser/trunk/build-scripts/config/prefs.js
Log:
We do not need to specify which extensions we have enabled. Firefox will assume that all should be enabled (which is the case)
This means we do not need to alter this line for every language pack variant of the bundle

Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js	2009-01-21 22:20:24 UTC (rev 18215)
+++ torbrowser/trunk/build-scripts/config/prefs.js	2009-01-21 22:33:42 UTC (rev 18216)
@@ -38,7 +38,6 @@
 user_pref("browser.startup.homepage", "https://check.torproject.org/?lang=BUNDLELOCALE&small=1");
 user_pref("browser.startup.homepage_override.mstone", "rv:1.9.0.5");
 user_pref("dom.storage.enabled", false);
-user_pref("extensions.enabledItems", "langpack-de at firefox.mozilla.org:3.0.5,{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}:1.2.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.0.5");
 user_pref("extensions.lastAppVersion", "3.0.5");
 user_pref("extensions.torbutton.fresh_install", false);
 user_pref("extensions.torbutton.http_port", 8118);



More information about the tor-commits mailing list