File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed
Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ For rules not causing false/broken MCB, see warthunder.ru.xml.
3+
4+ -->
5+ <ruleset name =" War Thunder.ru (false MCB)" platform =" mixedcontent" >
6+
7+ <target host =" wiki.warthunder.ru" />
8+
9+
10+ <securecookie host =" ^\." name =" ^_ga(?:t?$|t_)" />
11+ <securecookie host =" ^\w" name =" ^session_id$" />
12+
13+
14+ <rule from =" ^http:"
15+ to=" https:" />
16+
17+ </ruleset >
Original file line number Diff line number Diff line change 1+ <!--
2+ For rules causing false/broken MCB, see warthunder.ru-falsemixed.xml.
3+
4+
5+ Insecure cookies are set for these domains and hosts:
6+
7+ - warthunder.ru
8+ - .warthunder.ru
9+ - forum.warthunder.ru
10+
11+
12+ Mixed content:
13+
14+ - css on wiki from $self ˢ
15+
16+ ˢ Secured by us, see https://www.paulirish.com/2010/the-protocol-relative-url/
17+
18+ -->
19+ <ruleset name =" War Thunder.ru (partial)" >
20+
21+ <target host =" warthunder.ru" />
22+ <target host =" devblog.warthunder.ru" />
23+ <target host =" forum.warthunder.ru" />
24+ <target host =" static.warthunder.ru" />
25+ <!-- target host="wiki.warthunder.ru" /-->
26+ <target host =" www.warthunder.ru" />
27+
28+
29+ <!-- Not secured by server:
30+ -->
31+ <!-- securecookie host="^warthunder\.ru$" name="^identity_sid$" /-->
32+ <!-- securecookie host="^\.warthunder\.ru$" name="^(?:language|partner_info|proposed_lang|track_lp|wt_code|wt_conntrack|wt_l_page|wt_l_page_url)$" /-->
33+ <!-- securecookie host="^forum\.warthunder\.ru$" name="^session_id$" /-->
34+
35+ <securecookie host =" ^\." name =" ^_ga(?:t?$|t_)" />
36+ <securecookie host =" ^\w" name =" ^session_id$" />
37+
38+
39+ <rule from =" ^http:"
40+ to=" https:" />
41+
42+ </ruleset >
You can’t perform that action at this time.
0 commit comments