File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!--
2+ For other ARM coverage, see ARM.xml.
3+
4+
5+ www: Mismatched
6+
7+
8+ Fully covered subdomains:
9+
10+ - (www.)? (www → ^)
11+ - developer
12+ - tls
13+ - yotta
14+
15+
16+ These altnames don't exist:
17+
18+ - cdn.mbed.org
19+ - www.tls.mbed.org
20+
21+
22+ Insecure cookies are set for these hosts:
23+
24+ - mbed.org
25+ - yotta.mbed.org
26+
27+ -->
28+ <ruleset name =" mbed.org" >
29+
30+ <target host =" mbed.org" />
31+ <target host =" developer.mbed.org" />
32+ <target host =" tls.mbed.org" />
33+ <target host =" www.mbed.org" />
34+ <target host =" yotta.mbed.org" />
35+
36+
37+ <!-- Not secured by server:
38+ -->
39+ <!-- securecookie host="^(yotta\.)?mbed\.org$" name="^csrftoken$" /-->
40+ <!-- securecookie host="^yotta\.mbed\.org$" name="^route$" /-->
41+
42+ <securecookie host =" ^(?:yotta\.)?mbed\.org$" name =" .+" />
43+
44+
45+ <!-- Redirect keeps path and args,
46+ but not forward slash:
47+ -->
48+ <rule from =" ^http://www\.mbed\.org/+"
49+ to=" https://mbed.org/" />
50+
51+ <test url =" http://www.mbed.org/about/" />
52+
53+ <rule from =" ^http:"
54+ to=" https:" />
55+
56+ </ruleset >
You can’t perform that action at this time.
0 commit comments