forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1Cart.xml
23 lines (18 loc) · 885 Bytes
/
1Cart.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://1cart.com/ => https://1cart.co.nz/: (60, 'SSL certificate problem: certificate has expired')
Fetch error: http://1cart.co.nz/ => https://1cart.co.nz/: (60, 'SSL certificate problem: certificate has expired')
Fetch error: http://www.1cart.co.nz/ => https://www.1cart.co.nz/: (60, 'SSL certificate problem: certificate has expired')
-->
<ruleset name="1Cart" default_off='failed ruleset test'>
<target host="1cart.com"/>
<target host="*.1cart.com"/>
<target host="1cart.co.nz"/>
<target host="www.1cart.co.nz"/>
<securecookie host="^resellers\.1cart\.com$" name=".*"/>
<securecookie host="^(?:www\.)?1cart\.co\.nz$" name=".*"/>
<rule from="^http://(www\.)?1cart\.co(?:m|\.nz)/"
to="https://$11cart.co.nz/"/>
<rule from="^http://resellers\.1cart\.com/"
to="https://resellers.1cart.com/"/>
</ruleset>