[or-cvs] r22632: {arm} fix: making rdns resolution disabled by defaut due to possib (arm/trunk/interface)

Damian Johnson atagar1 at gmail.com
Tue Jul 13 16:25:55 UTC 2010


Author: atagar
Date: 2010-07-13 16:25:55 +0000 (Tue, 13 Jul 2010)
New Revision: 22632

Modified:
   arm/trunk/interface/connPanel.py
Log:
fix: making rdns resolution disabled by defaut due to possible connection disclosure to upstream resolver



Modified: arm/trunk/interface/connPanel.py
===================================================================
--- arm/trunk/interface/connPanel.py	2010-07-13 16:17:14 UTC (rev 22631)
+++ arm/trunk/interface/connPanel.py	2010-07-13 16:25:55 UTC (rev 22632)
@@ -115,7 +115,7 @@
     self.scroll = 0
     self.conn = conn                  # tor connection for querrying country codes
     self.listingType = LIST_IP        # information used in listing entries
-    self.allowDNS = True              # permits hostname resolutions if true
+    self.allowDNS = False             # permits hostname resolutions if true
     self.showLabel = True             # shows top label if true, hides otherwise
     self.showingDetails = False       # augments display to accomidate details window if true
     self.lastUpdate = -1              # time last stats was retrived



More information about the tor-commits mailing list