Skip to content

Commit 5792dfc

Browse files
author
MB
committed
Matrix.org
1 parent eb65b6c commit 5792dfc

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--
2+
Insecure cookies are set for these hosts:
3+
4+
- matrix.org
5+
- www.matrix.org
6+
7+
8+
Mixed content:
9+
10+
- Images from matrix.org *
11+
12+
* Secured by us
13+
14+
-->
15+
<ruleset name="Matrix.org">
16+
17+
<target host="matrix.org" />
18+
<target host="www.matrix.org" />
19+
20+
21+
<!-- Not secured by server:
22+
-->
23+
<securecookie host="^(www\.)?matrix\.org$" name="^PHPSESSID$" />
24+
25+
<securecookie host="^(?:www\.)?matrix\.org$" name=".+" />
26+
27+
28+
<rule from="^http:"
29+
to="https:" />
30+
31+
</ruleset>

0 commit comments

Comments
 (0)