Skip to content

Commit 4b491e8

Browse files
author
MB
committed
Valdhaus.co
1 parent b08d208 commit 4b491e8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
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 domains:
3+
4+
- .valdhaus.co
5+
6+
-->
7+
<ruleset name="Valdhaus.co">
8+
9+
<!-- Direct rewrites:
10+
-->
11+
<target host="valdhaus.co" />
12+
<target host="www.valdhaus.co" />
13+
14+
15+
<!-- CloudFlare cookies:
16+
-->
17+
<!--securecookie host="^\.valdhaus\.co$" name="^(?:__cfduid|cf_clearance)$" /-->
18+
19+
<securecookie host="^\.valdhaus\.co$" name=".+" />
20+
21+
22+
<rule from="^http:"
23+
to="https:" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)