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