Skip to content

Commit 4162db9

Browse files
author
MB
committed
Webmasterpro.de
1 parent 3424873 commit 4162db9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!--
2+
(www.)?webmasterpro.de: Server sends no certificate chain, see https://whatsmychaincert.com
3+
4+
5+
Insecure cookies are set for these hosts:
6+
7+
- fc.webmasterpro.de
8+
- .fc.webmasterpro.de
9+
10+
-->
11+
<ruleset name="Webmasterpro.de (partial)">
12+
13+
<!--target host="webmasterpro.de" /-->
14+
<target host="fc.webmasterpro.de" />
15+
<!--target host="www.webmasterpro.de" /-->
16+
17+
<!-- Sets cookies without Secure:
18+
-->
19+
<!--test url="http://fc.webmasterpro.de/as_noscript.php?name=browserupdate" /-->
20+
21+
22+
<!-- Not secured by server:
23+
-->
24+
<!--securecookie host="^fc\.webmasterpro\.de$" name="^alreadytested$" /-->
25+
<!--securecookie host="^\.fc\.webmasterpro\.de$" name="^fc(?:session)?\d+$" /-->
26+
27+
<securecookie host="^\.fc\." name="." />
28+
<securecookie host="^\w" name="." />
29+
30+
31+
<rule from="^http:"
32+
to="https:" />
33+
34+
</ruleset>

0 commit comments

Comments
 (0)