Skip to content

Commit 27334fa

Browse files
author
MB
committed
rutracker.org
1 parent bbedbd6 commit 27334fa

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
Problematic hosts in *rutracker.org:
3+
4+
- (www.)? ᵐ
5+
- static ᵐ
6+
7+
ᵐ Mismatched
8+
9+
10+
Mixed content:
11+
12+
- Bug on kz from ad.adriver.ru ˢ
13+
14+
ˢ Secured by us, see https://www.paulirish.com/2010/the-protocol-relative-url/
15+
16+
-->
17+
<ruleset name="rutracker.org">
18+
19+
<!-- Direct rewrites:
20+
-->
21+
<target host="rutracker.org" />
22+
<target host="by.rutracker.org" />
23+
<target host="kz.rutracker.org" />
24+
<target host="static-ns.rutracker.org" />
25+
<target host="ua.rutracker.org" />
26+
27+
<!-- Complications:
28+
-->
29+
<target host="static.rutracker.org" />
30+
<target host="www.rutracker.org" />
31+
32+
33+
<securecookie host="^\w" name="." />
34+
35+
36+
<rule from="^http://static\.rutracker\.org/"
37+
to="https://static.t-ru.org/" />
38+
39+
<rule from="^http://www\.rutracker\.org/"
40+
to="https://rutracker.org/" />
41+
42+
<rule from="^http:"
43+
to="https:" />
44+
45+
</ruleset>

0 commit comments

Comments
 (0)