forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEpson.xml
More file actions
18 lines (14 loc) · 795 Bytes
/
Epson.xml
File metadata and controls
18 lines (14 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<ruleset name="Epson.com (partial)">
<target host="www.epson.com" />
<target host="epson.com" />
<target host="was.epson.com" />
<target host="pos.epson.com" />
<exclusion pattern="^http://(www\.)?epson\.com/cgi-bin/Store/jsp/Product/Photos.do"/>
<!-- URLs such as http://www.epson.com/snowleopard -->
<exclusion pattern="^http://(www\.)?epson\.com/([a-zA-Z]([a-zA-Z0-9])+){1}$"/>
<exclusion pattern="^http://(www\.)?epson\.com/cgi-bin/Store/consumer/"/>
<rule from="^http://(www\.)?epson\.com/" to="https://www.epson.com/"/>
<rule from="^http://was\.epson\.com/" to="https://was.epson.com/"/>
<rule from="^http://pos\.epson\.com/" to="https://pos.epson.com/"/>
<rule from="^https://(www\.)?epson\.com/(([a-zA-Z]([a-zA-Z0-9])+){1})$" to="https://$1epson.com/$2"/>
</ruleset>