Skip to content

Commit fc55fb0

Browse files
author
MB
committed
PirateHD.com
1 parent dcd9f45 commit fc55fb0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!--
2+
www.piratehd.com doesn't exist
3+
4+
5+
Insecure cookies are set for these domains and hosts:
6+
7+
- piratehd.com
8+
- .piratehd.com
9+
10+
-->
11+
<ruleset name="PirateHD.com">
12+
13+
<!-- Direct rewrites:
14+
-->
15+
<target host="piratehd.com" />
16+
17+
18+
<!-- Not secured by server:
19+
-->
20+
<!--securecookie host="^piratehd\.com$" name="^xbtit$" /-->
21+
<!--securecookie host="^\.piratehd\.com$" name="^(?:__cfduid|cf_clearance)$" /-->
22+
23+
<securecookie host="^\.?piratehd\.com$" name=".+" />
24+
25+
26+
<rule from="^http:"
27+
to="https:" />
28+
29+
</ruleset>

0 commit comments

Comments
 (0)