[or-cvs] r16087: Don't warn on entering and leaving HTTPS pages (torbrowser/trunk/build-scripts/config)

sjm217 at seul.org sjm217 at seul.org
Sun Jul 20 15:48:10 UTC 2008


Author: sjm217
Date: 2008-07-20 11:48:10 -0400 (Sun, 20 Jul 2008)
New Revision: 16087

Modified:
   torbrowser/trunk/build-scripts/config/prefs.js
Log:
Don't warn on entering and leaving HTTPS pages

Modified: torbrowser/trunk/build-scripts/config/prefs.js
===================================================================
--- torbrowser/trunk/build-scripts/config/prefs.js	2008-07-20 15:31:57 UTC (rev 16086)
+++ torbrowser/trunk/build-scripts/config/prefs.js	2008-07-20 15:48:10 UTC (rev 16087)
@@ -77,7 +77,10 @@
 user_pref("network.security.ports.banned", "8118,8123,9050,9051");
 user_pref("plugin.disable_full_page_plugin_for_types", "application/asx,video/x-ms-asf-plugin,application/x-mplayer2,video/x-ms-asf,video/x-ms-wm,audio/x-ms-wma,audio/x-ms-wax,video/x-ms-wmv,video/x-ms-wvx,application/x-drm-v2,application/x-drm");
 user_pref("security.enable_java", false);
+user_pref("security.warn_entering_secure", false);
 user_pref("security.warn_entering_secure.show_once", false);
+user_pref("security.warn_leaving_secure", false);
+user_pref("security.warn_leaving_secure.show_once", false);
 user_pref("signon.rememberSignons", false);
 user_pref("urlclassifier.tableversion.goog-black-enchash", "1.55536");
 user_pref("urlclassifier.tableversion.goog-black-url", "1.23256");



More information about the tor-commits mailing list