[HTTPS-E Rulesets] NZBIndex.nl/.com patch

Adruna https-everywhere-rules at adruna.org
Thu Aug 25 01:23:32 PDT 2011


Hi,

I would like to add the following patch to redirect nzbindex.com and
nzbindex.nl both to nzbindex.com, as the SSL certificate for nzbindex.nl
is invalid (belongs to nzbindex.com).

Let me know if this is the right place to submit a patch file.

Regards,
Adruna


---
 src/chrome/content/rules/NZBIndex.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/chrome/content/rules/NZBIndex.xml
b/src/chrome/content/rules/NZBIndex.xml
index 9b1ddab..852a136 100644
--- a/src/chrome/content/rules/NZBIndex.xml
+++ b/src/chrome/content/rules/NZBIndex.xml
@@ -1,7 +1,8 @@
-<ruleset name="NZBIndex.nl">
+<ruleset name="NZBIndex">
   <target host="nzbindex.nl" />
   <target host="www.nzbindex.nl" />
-
-  <rule from="^http://(www\.)?nzbindex\.nl/" to="https://nzbindex.nl/"/>
+  <target host="nzbindex.com" />
+  <target host="www.nzbindex.com" />
+
+  <rule from="^http://(www\.)?nzbindex\.(nl|com)/"
to="https://nzbindex.com/"/>
 </ruleset>
-
--
1.7.3



More information about the HTTPS-Everywhere-Rules mailing list