Skip to content

Commit 9fa391c

Browse files
author
MB
committed
Modernrepo.com
1 parent 4ba2c4d commit 9fa391c

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
For rules that are on by default, see Modernrepo.com.xml.
3+
4+
-->
5+
<ruleset name="Modernrepo.com (missing certificate chain)" default_off="missing certificate chain">
6+
7+
<target host="modernrepo.com" />
8+
9+
10+
<rule from="^http:"
11+
to="https:" />
12+
13+
</ruleset>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!--
2+
For problematic rules, see Modernrepo.com-problematic.xml.
3+
4+
5+
^: Server sends no cert chain
6+
7+
8+
www doesn't exist.
9+
10+
11+
Insecure cookies are set for these hosts:
12+
13+
- dev.modernrepo.com
14+
15+
-->
16+
<ruleset name="Modernrepo.com (partial)">
17+
18+
<target host="dev.modernrepo.com" />
19+
20+
21+
<!-- Not secured by server:
22+
-->
23+
<!--securecookie host="^dev\.modernrepo\.com$" name="^(_gitlab_session|request_method)" /-->
24+
25+
<securecookie host="^dev\.modernrepo\.com$" name=".+" />
26+
27+
28+
<rule from="^http:"
29+
to="https:" />
30+
31+
</ruleset>

0 commit comments

Comments
 (0)