Skip to content

Commit

Permalink
Network Solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Apr 29, 2012
1 parent cad1632 commit e672185
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/chrome/content/rules/Network-Solutions.xml
@@ -0,0 +1,26 @@
<ruleset name="Network Solutions">

<target host="networksolutions.com" />
<target host="*.networksolutions.com" />


<securecookie host="^www\.networksolutions\.com$" name=".*" />


<!-- Cert doesn't match !www. -->
<rule from="^http://(?:www\.)?networksolutions\.com(:443)?/"
to="https://www.networksolutions.com$1/" />

<rule from="^http://about\.networksolutions\.com/"
to="https://about.networksolutions.com/" />

<!-- amp doesn't work over https.
Redirects as so, sans-https. -->
<rule from="^https?://amp\.networksolutions\.com/$"
to="https://www.networksolutions.com/" />

<!-- Ditto. -->
<rule from="^https?://amp\.networksolutions\.com/landing\?code=(\w+)$"
to="https://www.networksolutions.com/affiliates/select-unknown.jsp?siteid=100&amp;channelid=$1" />

</ruleset>

0 comments on commit e672185

Please sign in to comment.