[tor-commits] [tor-browser-bundle/maint-4.0] Update a comment.

gk at torproject.org gk at torproject.org
Tue Jan 6 07:07:09 UTC 2015


commit 8df1fb275aa6427f4af9c683e06d4ad4c0c07727
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Jan 5 18:12:28 2015 -0800

    Update a comment.
    
    The meek-http-helper profile now has a proxy set even if it somehow
    starts up without extensions.
---
 Bundle-Data/PTConfigs/meek-http-helper-user.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Bundle-Data/PTConfigs/meek-http-helper-user.js b/Bundle-Data/PTConfigs/meek-http-helper-user.js
index eb94d1d..72bbb9b 100644
--- a/Bundle-Data/PTConfigs/meek-http-helper-user.js
+++ b/Bundle-Data/PTConfigs/meek-http-helper-user.js
@@ -10,7 +10,7 @@ user_pref("browser.dom.window.dump.enabled", true);
 user_pref("security.ssl.disable_session_identifiers", false);
 
 // Disable safe mode. In case of a crash, we don't want to prompt for a
-// safe-mode browser that has extensions disabled and no proxy.
+// safe-mode browser that has extensions disabled.
 // https://support.mozilla.org/en-US/questions/951221#answer-410562
 user_pref("toolkit.startup.max_resumed_crashes", -1);
 



More information about the tor-commits mailing list