Skip to content

Commit 6f86c18

Browse files
MilanKralJ0WI
authored andcommitted
Centrum.cz new domains and sorted (EFForg#9298)
* centrum.cz - add domain lite-mail.centrum.cz * added domains * add atlas.cz * fix bugs * separate ruleset for atlas.cz * additional domains for atlas.cz * Additional domains * Atlas.cz.xml - reklama.atlas.cz Signed-off-by: Milan Kral <milan.kral@azet.sk>
1 parent 71f7acc commit 6f86c18

2 files changed

Lines changed: 77 additions & 5 deletions

File tree

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<!--
2+
Other Centrum.cz rulesets:
3+
- Atlas.sk
4+
- Centrum.sk
5+
6+
Nonfunctional hosts in *.atlas.cz:
7+
8+
timeout on https:
9+
- amapy.atlas.cz
10+
- aukce.atlas.cz
11+
- auto.atlas.cz
12+
- cestovani.atlas.cz
13+
- extra.atlas.cz
14+
- irak.atlas.cz
15+
- horoskopy.atlas.cz
16+
- mujweb.atlas.cz
17+
- pomoc.atlas.cz
18+
- reklama.atlas.cz
19+
- slovniky.atlas.cz
20+
- registrace.atlas.cz
21+
- utulne.atlas.cz
22+
23+
Error 404 Not found:
24+
- prodej.auto.atlas.cz
25+
26+
HTTP redirect:
27+
- jizdnirady.atlas.cz
28+
- pocasi.atlas.cz
29+
- prace.atlas.cz
30+
- www.prace.atlas.cz
31+
- prepni.atlas.cz
32+
- reality.atlas.cz
33+
- tv.atlas.cz
34+
- www.tv.atlas.cz
35+
- volby.atlas.cz
36+
-->
37+
<ruleset name="Atlas.cz">
38+
<target host="atlas.cz" />
39+
<target host="www.atlas.cz" />
40+
41+
<target host="filmpub.atlas.cz" />
42+
<target host="finance.atlas.cz" />
43+
<target host="live.atlas.cz" />
44+
<target host="obchody.atlas.cz" />
45+
<target host="sex.atlas.cz" />
46+
<target host="supermapy.atlas.cz" />
47+
<target host="zajezdy.atlas.cz" />
48+
<target host="zena.atlas.cz" />
49+
<target host="www.zena.atlas.cz" />
50+
51+
<rule from="^http://filmpub\.atlas\.cz/"
52+
to="https://magazin.aktualne.cz/kultura/film/" />
53+
<rule from="^http://finance\.atlas\.cz/"
54+
to="https://zpravy.aktualne.cz/finance/" />
55+
<rule from="^http://live\.atlas\.cz/"
56+
to="https://magazin.aktualne.cz/kultura/hudba/" />
57+
<rule from="^http://obchody\.atlas\.cz/"
58+
to="https://najisto.centrum.cz/internetove-obchody-a-sluzby/on-line-obchody/" />
59+
<rule from="^http://sex\.atlas\.cz/"
60+
to="https://najisto.centrum.cz/erotika/" />
61+
<rule from="^http://zajezdy\.atlas\.cz/"
62+
to="https://najisto.centrum.cz/?what=zajezdy" />
63+
<rule from="^http://(www\.)?zena\.atlas\.cz/"
64+
to="https://www.zena.cz/" />
65+
66+
<rule from="^http:" to="https:" />
67+
</ruleset>

src/chrome/content/rules/centrum.cz.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!--
22
Other Centrum.cz rulesets:
33
- Atlas.sk
4+
- Atlas.cz
45
- Centrum.sk
56
67
Nonfunctional subdomains:
@@ -33,22 +34,26 @@
3334
- zbozi.centrum.cz
3435
-->
3536
<ruleset name="Centrum.cz">
37+
<target host="centrum.cz" />
38+
<target host="www.centrum.cz" />
39+
<target host="admin-najisto.centrum.cz" />
40+
<target host="aheslo.centrum.cz" />
3641
<target host="areg.centrum.cz" />
3742
<target host="atlas.centrum.cz" />
3843
<target host="auser.centrum.cz" />
39-
<target host="centrum.cz" />
4044
<target host="eventlog.centrum.cz" />
4145
<target host="heslo.centrum.cz" />
46+
<target host="lite-mail.centrum.cz" />
4247
<target host="mail.centrum.cz" />
48+
<target host="m-amail.centrum.cz" />
49+
<target host="m-mail.centrum.cz" />
4350
<target host="najisto.centrum.cz" />
44-
<target host="newsletter.centrum.cz" />
4551
<target host="pusers.centrum.cz" />
4652
<target host="reg.centrum.cz" />
4753
<target host="sw.centrum.cz" />
54+
<target host="www.sw.centrum.cz" />
4855
<target host="user.centrum.cz" />
4956
<target host="userhr.centrum.cz" />
50-
<target host="www.centrum.cz" />
51-
<target host="www.sw.centrum.cz" />
5257
<target host="zena.centrum.cz" />
5358

5459
<test url="http://aktualne.centrum.cz/" />
@@ -59,7 +64,7 @@
5964

6065
<rule from="^http://aktualne\.centrum\.cz/" to="https://www.aktualne.cz/" />
6166
<rule from="^http://fotoalba\.centrum\.cz/" to="https://fotoalba.xchat.cz/" />
62-
<rule from="^http://www\.sw\.centrum\.cz/" to="https://sw.centrum.cz/" />
67+
<rule from="^http://sw\.centrum\.cz/" to="https://www.sw.centrum.cz/" />
6368
<rule from="^http://xchat\.centrum\.cz/" to="https://www.xchat.cz/" />
6469
<rule from="^http://zena\.centrum\.cz/" to="https://www.zena.cz/" />
6570
<rule from="^http:" to="https:" />

0 commit comments

Comments
 (0)