Skip to content

Commit cd55008

Browse files
author
MB
committed
CoinJar.com
1 parent fdc7b98 commit cd55008

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+
Fully covered subdomains:
3+
4+
- (www.)
5+
- app
6+
- blog
7+
- checkout
8+
- filler
9+
- secure
10+
- support
11+
12+
-->
13+
<ruleset name="CoinJar.com">
14+
15+
<target host="coinjar.com" />
16+
<target host="*.coinjar.com" />
17+
18+
19+
<securecookie host="^\.coinjar\.com$" name="^__cfduid$" />
20+
21+
22+
<rule from="^http://((?:app|blog|checkout|filler|secure|support|www)\.)?coinjar\.com/"
23+
to="https://$1coinjar.com/" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)