[HTTPS-E Rulesets] easylist-downloads.adblockplus.org

Osama Khalid osamak at gnu.org
Mon Jun 6 11:50:08 PDT 2011


Here is patch to support one more subdomain of adblockplus.org.

--Osama Khalid
-------------- next part --------------
diff --git a/src/chrome/content/rules/AdblockPlus.xml b/src/chrome/content/rules/AdblockPlus.xml
index 9c1fc60..b595c80 100644
--- a/src/chrome/content/rules/AdblockPlus.xml
+++ b/src/chrome/content/rules/AdblockPlus.xml
@@ -1,11 +1,11 @@
 <ruleset name="AdblockPlus">
   <target host="adblockplus.org"/>
-  <target host="www.adblockplus.org"/>
-  <target host="easylist.adblockplus.org"/>
-  <target host="hg.adblockplus.org"/>
+  <target host="*.adblockplus.org"/>
 
   <securecookie host="^(.*\.)?adblockplus\.org$" name=".*" />
 
-  <rule from="^http://(www\.)?adblockplus\.org/" to="https://adblockplus.org/"/>
-  <rule from="^http://(easylist|hg)\.adblockplus\.org/" to="https://$1.adblockplus.org/"/>
-</ruleset>
+  <rule from="^http://(www\.)?adblockplus\.org/"
+	  to="https://adblockplus.org/"/>
+  <rule from="^http://(easylist|easylist-downloads|hg)\.adblockplus\.org/"
+	  to="https://$1.adblockplus.org/"/>
+</ruleset>
\ No newline at end of file
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.eff.org/pipermail/https-everywhere-rules/attachments/20110606/93f773b2/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list