Skip to content

Commit

Permalink
Update AdBlock.xml (EFForg#9649)
Browse files Browse the repository at this point in the history
* Update AdBlock.xml

* Update AdBlock.xml

* Update AdBlock.xml
  • Loading branch information
cschanaj authored and J0WI committed May 1, 2017
1 parent 24fe9c5 commit 28d42c9
Showing 1 changed file with 25 additions and 45 deletions.
70 changes: 25 additions & 45 deletions src/chrome/content/rules/AdBlock.xml
Original file line number Diff line number Diff line change
@@ -1,49 +1,29 @@
<!--
Problematic domains:
- support.getadblock.com *
* Tender
For getadblock.com
Works:
- www
- $
For chromeadblock.com
Works:
- $
Doesn't work:
- www
Insecure cookies are set for these domains:
- support.getadblock.com
Non-functional hosts
SSL peer certificate was not OK:
- catblock.getadblock.com
- code.getadblock.com
- old-support.getadblock.com
- search.getadblock.com
- support.getadblock.com
- translate.getadblock.com
Peer certificate cannot be authenticated with given CA certificates:
- campaign.getadblock.com
4xx client error:
- log.getadblock.com
-->
<ruleset name="AdBlock">
<target host="getadblock.com" />
<target host="*.getadblock.com" />
<target host="chromeadblock.com" />
<target host="*.chromeadblock.com" />


<!-- Not secured by server:
-->
<!--securecookie host="^support\.getadblock\.com$" name="^(_tender_session|anon_token)$" /-->


<rule from="^http://(www\.)?getadblock\.com/"
to="https://$1getadblock.com/" />

<rule from="^http://support\.getadblock\.com/(?=favicon\.ico|help/theme\.css|pkg/|stylesheets/)"
to="https://help.tenderapp.com/" />

<rule from="^http://(?:www\.)?chromeadblock\.com/"
to="https://chromeadblock.com/" />
<!-- getadblock.com -->
<target host="getadblock.com" />
<target host="www.getadblock.com" />
<target host="blog.getadblock.com" />
<target host="data.getadblock.com" />
<test url="http://data.getadblock.com/filters/adblock_custom.txt" />
<target host="help.getadblock.com" />
<target host="ping.getadblock.com" />

<rule from="^http:"
to="https:" />
</ruleset>

0 comments on commit 28d42c9

Please sign in to comment.