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

Commit

Permalink
[UPS.com] Added additional test urls
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenRoddis committed Feb 20, 2015
1 parent c8575e8 commit 1757e99
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/chrome/content/rules/UPS.com.xml
Expand Up @@ -46,6 +46,16 @@

<rule from="^http://(?:www\.)?ups\.com/(assets/|favicon\.ico|img/|styles/|stylesheets/)"
to="https://www.ups.com/" />
<test url="http://ups.com/assets/" />
<test url="http://ups.com/favicon\.ico" />
<test url="http://ups.com/img/" />
<test url="http://ups.com/styles/" />
<test url="http://ups.com/stylesheets/" />
<test url="http://www.ups.com/assets/" />
<test url="http://www.ups.com/favicon\.ico" />
<test url="http://www.ups.com/img/" />
<test url="http://www.ups.com/styles/" />
<test url="http://www.ups.com/stylesheets/" />

<rule from="^http://www(\.)?apps\.ups\.com/"
to="https://www$1apps.ups.com/" />
Expand Down

0 comments on commit 1757e99

Please sign in to comment.