Skip to content

Commit 488c1c8

Browse files
author
MB
committed
TransferWise.com
1 parent 1f84ba5 commit 488c1c8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<ruleset name="TransferWise.com">
2+
3+
<target host="transferwise.com" />
4+
<target host="www.transferwise.com" />
5+
6+
7+
<!-- Not secured by server:
8+
-->
9+
<!--securecookie host="^(www\.)?transferwise\.com$" name="^(exp|tw-ref)" /-->
10+
11+
<securecookie host="^(?:www\.)?transferwise\.com$" name=".+" />
12+
13+
14+
<rule from="^http://(www\.)?transferwise\.com/"
15+
to="https://$1transferwise.com/" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)