We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375124a commit cf7e3e2Copy full SHA for cf7e3e2
src/chrome/content/rules/Retail_Sails.xml
@@ -1,13 +1,12 @@
1
-<ruleset name="Retail Sails (partial)">
2
-
+<!--
+ Mismatch:
3
+ - www.retailsails.com
4
+ - blog.retailsails.com
5
+-->
6
+<ruleset name="Retail Sails">
7
<target host="retailsails.com" />
8
<target host="www.retailsails.com" />
- <!--
- Redirects to http.
- -->
- <exclusion pattern="^http://www\.retailsails\.com/index\.php(?:$|\?)" />
9
10
+ <rule from="^http://www\.retailsails\.com/" to="https://retailsails.com/" />
11
<rule from="^http:" to="https:" />
12
13
</ruleset>
0 commit comments