forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1ShoppingCart.com.xml
40 lines (32 loc) · 1.04 KB
/
1ShoppingCart.com.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!--
For other Web.com Group coverage, see Web.com.xml.
-->
<ruleset name="1ShoppingCart.com (partial)">
<!-- Direct rewrites:
-->
<target host="1shoppingcart.com" />
<target host="www.1shoppingcart.com" />
<!-- Redirects to http:
-->
<!--exclusion pattern="^http://www\.1shoppingcart\.com/$" /-->
<!--
Redirects to 404:
-->
<!--exclusion pattern="^http://www\.1shoppingcart\.com/(?:1sc-images/|login$)" /-->
<!--
Exceptions:
-->
<exclusion pattern="^http://www\.1shoppingcart\.com/+(?!app/adtrack\.asp|SecureCart/SecureCart\.aspx)" />
<!-- +ve:
-->
<test url="http://www.1shoppingcart.com/1sc-images/logo.png" />
<test url="http://www.1shoppingcart.com/about-us" />
<test url="http://www.1shoppingcart.com/contact-us" />
<test url="http://www.1shoppingcart.com/login" />
<!-- -ve:
-->
<test url="http://www.1shoppingcart.com/app/adtrack.asp?AdID=" />
<test url="http://www.1shoppingcart.com/SecureCart/SecureCart.aspx?mid=&pid=" />
<rule from="^http:"
to="https:" />
</ruleset>