File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments