[Pkg-mozext-commits] [SCM] torbutton Debian packaging branch, master, updated. debian/1.4.1-1

Mike Perry mikeperry-git at fscked.org
Wed Aug 31 07:26:53 UTC 2011


The following commit has been merged in the master branch:
commit 859af3ba2182e6751f02d06ac84cf27a62d18093
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Thu Aug 25 15:29:54 2011 -0700

    Bug #3809: Hide referer spoofing option
    
    Due to bug #3429, referer spoofing is breaking browser navigation. Since it is
    unsafe to fix #3429 while people still insist on using the toggle model, I'm
    just going to hide the referer spoofing option for now.

diff --git a/src/chrome/content/preferences.xul b/src/chrome/content/preferences.xul
index 1795fc1..d293a70 100644
--- a/src/chrome/content/preferences.xul
+++ b/src/chrome/content/preferences.xul
@@ -347,7 +347,7 @@
           <checkbox id="torbutton_jarCACerts" label="&torbutton.prefs.jar_ca_certs;" 
                    oncommand="torbutton_prefs_set_field_attributes(document)"/>
 -->
-           <radiogroup id="torbutton_refererSpoofGroup" label="&torbutton.prefs.refererspoofing;">
+           <radiogroup id="torbutton_refererSpoofGroup" label="&torbutton.prefs.refererspoofing;" collapsed="true">
               <radio id="torbutton_smartSpoof" label="&torbutton.prefs.smartspoof;" oncommand="torbutton_prefs_set_field_attributes(document)" />              
               <radio id="torbutton_noRefSpoof" label="&torbutton.prefs.nospoof;" oncommand="torbutton_prefs_set_field_attributes(document)" />
               <radio id="torbutton_blankReferer" label="&torbutton.prefs.spoofblank;" oncommand="torbutton_prefs_set_field_attributes(document)" />

-- 
torbutton Debian packaging



More information about the Pkg-mozext-commits mailing list