Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit df86286

Browse files
author
MB
committed
Shop Your Way.com
1 parent e5f2499 commit df86286

3 files changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
For other Sears Holdings coverage, see Sears.com.xml.
3+
4+
5+
Fully covered subdomains:
6+
7+
- apps
8+
9+
- s\d+:
10+
11+
- [1-9]
12+
- 10
13+
14+
-->
15+
<ruleset name="SYW CDN.net">
16+
17+
<target host="*.sywcdn.net" />
18+
19+
20+
<rule from="^http://(apps|\d+)\.sywcdn\.net/"
21+
to="https://$1.sywcdn.net/" />
22+
23+
</ruleset>

src/chrome/content/rules/Sears.com.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
- Sears_Ecommerce_Jobs.com.xml
99
- Sears_Labs.com.xml
1010
- SHld.net.xml
11+
- Shop_Your_Way.com.xml
12+
- SYW_CDN.net.xml
1113
1214
1315
sears.com.d1.sc.omtrdc.net
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!--
2+
For other Sears Holdings coverage, see Sears.com.xml.
3+
4+
-->
5+
<ruleset name="Shop Your Way.com (partial)">
6+
7+
<target host="shopyourway.com" />
8+
<target host="www.shopyourway.com" />
9+
<!--
10+
Redirects to http:
11+
-->
12+
<!--exclusion pattern="^http://(www\.)?shopyourway\.com/+($|\?|Departments($|[?/])|favicon\.ico)" /-->
13+
14+
15+
<rule from="^http://(www\.)?shopyourway\.com/static/"
16+
to="https://$1shopyourway.com/static/" />
17+
18+
</ruleset>

0 commit comments

Comments
 (0)