[or-cvs] [torbutton/master 03/15] add transparent tor option to prefs

mikeperry at torproject.org mikeperry at torproject.org
Thu Sep 30 13:33:44 UTC 2010


Author: Jacob Appelbaum <jacob at appelbaum.net>
Date: Sat, 24 Jul 2010 01:07:20 +0200
Subject: add transparent tor option to prefs
Commit: 658b12c622a52301b7f34b00b10cce47eb8590f4

---
 src/chrome/content/preferences.xul |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/chrome/content/preferences.xul b/src/chrome/content/preferences.xul
index c11250f..ade6fc0 100644
--- a/src/chrome/content/preferences.xul
+++ b/src/chrome/content/preferences.xul
@@ -127,13 +127,21 @@
                     </row>
                 </rows>
             </grid>
+
+        <!-- This is where we overload for maximum functionality and assume
+        transparent proxy settings -->
+
+        <radio id="torbutton_transparentTor"
+        label="&torbutton.prefs.transparentTor;"
+        oncommand="torbutton_prefs_set_field_attributes(document)"/>
+
         </radiogroup>
        
         
         <checkbox id="torbutton_lockedMode"
         label="&torbutton.prefs.locked_mode;"
         oncommand="torbutton_prefs_set_field_attributes(document)"/>
-        
+
         <hbox>
          <spacer flex="1"/>
          <button id="torbutton_testSettings"
-- 
1.7.1




More information about the tor-commits mailing list