We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cebf46 commit c02db0dCopy full SHA for c02db0d
src/chrome/content/rules/Channelx.biz.xml
@@ -1,12 +1,9 @@
1
-<ruleset name="channelx.biz" default_off="self-signed">
+<ruleset name="Channelx.biz">
2
3
- <target host="channelx.biz"/>
4
- <target host="*.channelx.biz"/>
+ <target host="channelx.biz" />
+ <target host="www.channelx.biz" />
5
6
- <rule from="^http://(?:www\.)?channelx\.biz/"
7
- to="https://www.channelx.biz/"/>
8
-
9
- <rule from="^http://gentoo\.channelx\.biz/"
10
- to="https://gentoo.channelx.biz/"/>
+ <rule from="^http:"
+ to="https:" />
11
12
</ruleset>
0 commit comments