We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f84ba5 commit 488c1c8Copy full SHA for 488c1c8
src/chrome/content/rules/TransferWise.com.xml
@@ -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