[or-cvs] [https-everywhere/master 166/291] add missing trailing slash in Globe and Mail rule

schoen at torproject.org schoen at torproject.org
Sat Oct 30 00:32:40 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Sun, 10 Oct 2010 19:09:50 -0700
Subject: add missing trailing slash in Globe and Mail rule
Commit: eff7f526199f8c80ae9e46ff2ecb141cf8dfa0a9

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

diff --git a/src/chrome/content/rules/GlobeAndMail.xml b/src/chrome/content/rules/GlobeAndMail.xml
index dd58492..1b20829 100644
--- a/src/chrome/content/rules/GlobeAndMail.xml
+++ b/src/chrome/content/rules/GlobeAndMail.xml
@@ -1,5 +1,5 @@
 <ruleset name="TheGlobeAndMail">
-        <rule from="^http://theglobeandmail\.com/" to="https://www.theglobeandmail.com"/>
-        <rule from="^http://www\.theglobeandmail\.com/" to="https://www.theglobeandmail.com"/>
+        <rule from="^http://theglobeandmail\.com/" to="https://www.theglobeandmail.com/"/>
+        <rule from="^http://www\.theglobeandmail\.com/" to="https://www.theglobeandmail.com/"/>
 </ruleset>
 
-- 
1.7.1




More information about the tor-commits mailing list