forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update AdBlock.xml * Update AdBlock.xml * Update AdBlock.xml
- Loading branch information
Showing
1 changed file
with
25 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |