Skip to content

Commit 6db11e9

Browse files
author
MB
committed
mbed.org
1 parent a1e95c5 commit 6db11e9

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)