Skip to content

Commit 43822d7

Browse files
author
MB
committed
Finanstilsynet.dk
1 parent c9f150c commit 43822d7

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Insecure cookies are set for these hosts:
3+
4+
- www.finanstilsynet.dk
5+
6+
-->
7+
<ruleset name="Finanstilsynet.dk">
8+
9+
<!-- Direct rewrites:
10+
-->
11+
<target host="finanstilsynet.dk" />
12+
<target host="www.finanstilsynet.dk" />
13+
14+
15+
<!-- Not secured by server:
16+
-->
17+
<!--securecookie host="^www\.finanstilsynet\.dk$" name="^(ASP\.NET_SessionId|ftswebsitelocal#lang=\w\w)$" /-->
18+
19+
<securecookie host="^www\.finanstilsynet\.dk$" name=".+" />
20+
21+
22+
<rule from="^http:"
23+
to="https:" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)