Skip to content

Commit ac72c3f

Browse files
author
MB
committed
War Thunder.ru
1 parent 9d193ca commit ac72c3f

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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>

0 commit comments

Comments
 (0)