Skip to content

Commit cd16b6a

Browse files
committed
Merge pull request EFForg#643 from jpds/drinkaware-ruleset
[Drinkaware] Added ruleset.
2 parents ca10148 + 126074b commit cd16b6a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset name="Drinkaware">
2+
<target host="drinkaware.co.uk" />
3+
<target host="*.drinkaware.co.uk" />
4+
5+
<securecookie host="^(.*\.)?drinkaware\.co\.uk$" name=".+" />
6+
7+
<rule from="^https?://drinkaware\.co\.uk/"
8+
to="https://www.drinkaware.co.uk/" />
9+
<rule from="^http://([^/:@]+)?\.drinkaware\.co\.uk/"
10+
to="https://$1.drinkaware.co.uk/" />
11+
</ruleset>

0 commit comments

Comments
 (0)