Skip to content

Commit 59b1824

Browse files
author
MB
committed
TOPlist.cz
1 parent a054b75 commit 59b1824

3 files changed

Lines changed: 86 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
For rules not causing false/broken MCB, see TOPlist.cz.xml.
3+
4+
-->
5+
<ruleset name="TOPlist.cz (false MCB)" platform="mixedcontent">
6+
7+
<!-- Direct rewrites:
8+
-->
9+
<target host="www.toplist.cz" />
10+
11+
12+
<rule from="^http:"
13+
to="https:" />
14+
15+
</ruleset>
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<!--
2+
For rules causing false/broken MCB, see TOPlist.cz-falsemixed.xml.
3+
4+
5+
Nonfunctional hosts in *toplist.cz:
6+
7+
- i *
8+
9+
* Redirects to www.toplist.cz
10+
11+
12+
Problematic hosts in *toplist.cz:
13+
14+
- wiki ¹ ²
15+
- www ²
16+
17+
¹ Mismatched
18+
² Mixed css
19+
20+
21+
Fully covered hosts in *toplist.cz:
22+
23+
- ^
24+
- ssl
25+
26+
27+
Mixed content:
28+
29+
- css, on:
30+
31+
- wiki from $self
32+
- www from i.toplist.cz
33+
34+
- Images on wiki, www from i.toplist.cz
35+
36+
- Ads/bugs, on:
37+
38+
- www from nad.247media.cz
39+
- www from toplist.cz
40+
- www from $self
41+
42+
-->
43+
<ruleset name="TOPlist.cz (partial)">
44+
45+
<!-- Direct rewrites:
46+
-->
47+
<target host="toplist.cz" />
48+
<target host="ssl.toplist.cz" />
49+
<target host="www.toplist.cz" />
50+
51+
<!-- Avoid broken MCB:
52+
-->
53+
<exclusion pattern="^http://www\.toplist\.cz/+(?!favicon\.ico|images/)" />
54+
55+
<!-- +ve:
56+
-->
57+
<test url="http://www.toplist.cz/faq.html" />
58+
<test url="http://www.toplist.cz/profi.html" />
59+
<test url="http://www.toplist.cz/search.html" />
60+
61+
<!-- -ve:
62+
-->
63+
<test url="http://www.toplist.cz/favicon.ico" />
64+
<test url="http://www.toplist.cz/images/counter.asp?a=bc&amp;ID=" />
65+
66+
67+
<rule from="^http:"
68+
to="https:" />
69+
70+
</ruleset>

utils/duplicate-whitelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ thompsonhotels.com
229229
threatmetrix.com
230230
*.time.com
231231
togevi.com
232+
www.toplist.cz
232233
tradepub.com
233234
www.tradepub.com
234235
tripwire.com

0 commit comments

Comments
 (0)