We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e636df + e578318 commit 516e7d7Copy full SHA for 516e7d7
src/chrome/content/rules/KRAXNET.cz.xml
src/chrome/content/rules/XNET.cz.xml
@@ -0,0 +1,20 @@
1
+<!--
2
+ Mismatched:
3
+ - www.xnet.cz
4
+ - wiki.xnet.cz
5
+ - blog.xnet.cz
6
+
7
+ Refused
8
+ - webftp.xnet.cz
9
+ - redirect.xnet.cz
10
+ - ads2.xnet.cz
11
+-->
12
+<ruleset name="XNET s.r.o.">
13
+ <target host="xnet.cz" />
14
+ <target host="www.xnet.cz" />
15
+ <target host="admin.xnet.cz" />
16
+ <target host="email.xnet.cz" />
17
18
+ <rule from="^http://www\.xnet\.cz/" to="https://xnet.cz/" />
19
+ <rule from="^http:" to="https:" />
20
+</ruleset>
0 commit comments