We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef77b11 commit 1e26d69Copy full SHA for 1e26d69
src/chrome/content/rules/Woolyss.com.xml
@@ -0,0 +1,17 @@
1
+<!--
2
+ Mismatch:
3
+ - chipmusic.woolyss.com
4
+-->
5
+<ruleset name="Woolyss.com">
6
+ <target host="woolyss.com" />
7
+ <target host="www.woolyss.com" />
8
+ <target host="chromium.woolyss.com" />
9
+ <target host="info.woolyss.com" />
10
+ <target host="tools.woolyss.com" />
11
+
12
+ <!-- Subdomain redirects to a 403 -->
13
+ <exclusion pattern="^http://tools\.woolyss\.com/$" />
14
+ <test url="http://tools.woolyss.com/html5-audio-video-tester/" />
15
16
+ <rule from="^http:" to="https:" />
17
+</ruleset>
0 commit comments