[or-cvs] [https-everywhere/master 3/4] redirect to https, not http

schoen at torproject.org schoen at torproject.org
Sun Oct 31 07:02:35 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Sat, 30 Oct 2010 23:23:47 -0700
Subject: redirect to https, not http
Commit: 519c4cf75743d75b918e2b32f09a5c9e701df9ff

---
 pending-rules/Epson.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pending-rules/Epson.xml b/pending-rules/Epson.xml
index 0a24a3c..87abe99 100644
--- a/pending-rules/Epson.xml
+++ b/pending-rules/Epson.xml
@@ -7,7 +7,7 @@
 	<rule from="^http://(www\.)?epson\.com/" to="https://www.epson.com/"/>
 	<rule from="^http://was\.epson\.com/" to="https://was.epson.com/"/>
 	<rule from="^http://pos\.epson\.com/" to="https://pos.epson.com/"/>
-	<rule from="^https://(www\.)?epson\.com/(([a-zA-Z]([a-zA-Z0-9])+){1})$" to="http://$1epson.com/$2"/>
+	<rule from="^https://(www\.)?epson\.com/(([a-zA-Z]([a-zA-Z0-9])+){1})$" to="https://$1epson.com/$2"/>
 </ruleset>
 
 
-- 
1.7.1




More information about the tor-commits mailing list