[or-cvs] [https-everywhere/master] fix nonexistent backreference (http://archives.seul.org/or/dev/Oct-2010/msg00037.html)

schoen at torproject.org schoen at torproject.org
Sun Oct 31 08:26:25 UTC 2010


Author: Seth Schoen <schoen at eff.org>
Date: Sun, 31 Oct 2010 01:25:55 -0700
Subject: fix nonexistent backreference (http://archives.seul.org/or/dev/Oct-2010/msg00037.html)
Commit: ba7de84751793f0b05e3feb5c10ea3d7f3a5d3a6

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

diff --git a/pending-rules/DVDFab.xml b/pending-rules/DVDFab.xml
index 3365fbc..00fbb39 100644
--- a/pending-rules/DVDFab.xml
+++ b/pending-rules/DVDFab.xml
@@ -1,3 +1,3 @@
 <ruleset name="DVDFab">
-  <rule from="^https?://(www\.)?dvdfab\.(com|net)/" to="https://www.dvdfab.$3/"/>
+  <rule from="^https?://(www\.)?dvdfab\.(com|net)/" to="https://www.dvdfab.$2/"/>
 </ruleset>
-- 
1.7.1



More information about the tor-commits mailing list