commit 859af3ba2182e6751f02d06ac84cf27a62d18093 Author: Mike Perry mikeperry-git@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. --- src/chrome/content/preferences.xul | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
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)" />
tor-commits@lists.torproject.org