[or-cvs] [https-everywhere/master] these rules with no trailing slash now stick out like sore thumbs for me

schoen at torproject.org schoen at torproject.org
Wed Nov 3 04:41:32 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Tue, 2 Nov 2010 21:40:50 -0700
Subject: these rules with no trailing slash now stick out like sore thumbs for me
Commit: ccfa898c0b7d47b388ddc04480cf1a9da8449ca5

try running ./trivial-validate on new rules!
---
 pending-rules/Jottit.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pending-rules/Jottit.xml b/pending-rules/Jottit.xml
index 331127a..c90066c 100644
--- a/pending-rules/Jottit.xml
+++ b/pending-rules/Jottit.xml
@@ -1,6 +1,6 @@
 <ruleset name="Jottit">
-  <rule from="^http://jottit\.com" 
-          to="https://jottit.com"/>
-  <rule from="^http://([^/:@]*)\.jottit\.com" 
-          to="https://$1.jottit.com"/>
+  <rule from="^http://jottit\.com/" 
+          to="https://jottit.com/"/>
+  <rule from="^http://([^/:@]*)\.jottit\.com/" 
+          to="https://$1.jottit.com/"/>
 </ruleset>
-- 
1.7.1



More information about the tor-commits mailing list