We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8d67c commit 15a2a27Copy full SHA for 15a2a27
1 file changed
src/chrome/content/rules/Sick.com.xml
@@ -0,0 +1,31 @@
1
+<!--
2
+ www: Some paths redirect to http.
3
+
4
+-->
5
+<ruleset name="Sick.com (partial)">
6
7
+ <target host="sick.com" />
8
+ <target host="www.sick.com" />
9
10
+ <!-- Redirects to http:
11
+ -->
12
+ <!--exclusion pattern="^http://www\.sick\.com/(favicon.ico|group/EN/home/Pages/homepage1\.aspx|WebResource\.axd)" /-->
13
+ <!--
14
+ Exceptions:
15
16
+ <exclusion pattern="^http://www\.sick\.com/(?!media/pdf/)" />
17
18
+ <!-- +ve:
19
20
+ <test url="http://www.sick.com/group/EN/home/Pages/homepage1.aspx" />
21
+ <test url="http://www.sick.com/WebResource.axd" />
22
23
+ <!-- -ve:
24
25
+ <test url="http://www.sick.com/media/pdf/7/77/277/IM0047277.PDF" />
26
27
28
+ <rule from="^http:"
29
+ to="https:" />
30
31
+</ruleset>
0 commit comments