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