[or-cvs] r10278: [darcs-to-svn @ fixed regression; remote_dns was not being i (torbutton/trunk/src/chrome/content)

squires at seul.org squires at seul.org
Tue May 22 05:26:42 UTC 2007


Author: squires
Date: 2007-05-22 01:26:33 -0400 (Tue, 22 May 2007)
New Revision: 10278

Modified:
   torbutton/trunk/src/chrome/content/torbutton.js
Log:
[darcs-to-svn @ fixed regression; remote_dns was not being ignored for ff < 1.5]

Original author: squires at pobox.com
Date: 2006-10-29 00:28:37+00:00

Modified: torbutton/trunk/src/chrome/content/torbutton.js
===================================================================
--- torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:26:26 UTC (rev 10277)
+++ torbutton/trunk/src/chrome/content/torbutton.js	2007-05-22 05:26:33 UTC (rev 10278)
@@ -308,7 +308,7 @@
     if (torbutton_check_socks_remote_dns())
          remote_dns = nonprefs.getBoolPref("socks_remote_dns");
     else
-         remote_dns = false;
+         remote_dns = true;
 
     return ( (nonprefs.getIntPref("type")           == 1)              &&
              (nonprefs.getCharPref("http")          == torprefs.getCharPref('http_proxy'))   &&



More information about the tor-commits mailing list