[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] [https-everywhere/master 187/291] The www redirects on the server side, but we should do it in HTTPS Everywhere to handle SSL stripping



Author: Mike Cardwell <github@xxxxxxxxxxxx>
Date: Wed, 13 Oct 2010 21:20:27 +0100
Subject: The www redirects on the server side, but we should do it in HTTPS Everywhere to handle SSL stripping
Commit: 953f5e98c25ee7d0afc1e7c3e25b6d3a2dde1a7d

---
 src/chrome/content/rules/Fedora.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/chrome/content/rules/Fedora.xml b/src/chrome/content/rules/Fedora.xml
index 96bcb66..74cdedd 100644
--- a/src/chrome/content/rules/Fedora.xml
+++ b/src/chrome/content/rules/Fedora.xml
@@ -1,4 +1,4 @@
 <ruleset name="Fedora Project">
-<rule from="^http://fedoraproject\.org/"; to="https://fedoraproject.org/"/>
+<rule from="^http://(www\.)?fedoraproject\.org/" to="https://fedoraproject.org/"/>
 </ruleset>
 
-- 
1.7.1