We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ce340 commit ed33896Copy full SHA for ed33896
src/chrome/content/rules/kuna.io.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+www.kuna.io ⁴
3
+card.kuna.io ¹
4
+investors.kuna.io different content
5
+
6
7
+¹ mismatch
8
+⁴ self signed
9
+-->
10
+<ruleset name="kuna.io">
11
+ <target host="kuna.io" />
12
+ <target host="buy.kuna.io" />
13
+ <target host="crowdsale.kuna.io" />
14
+ <target host="mining.kuna.io" />
15
16
+ <target host="www.kuna.io" />
17
18
+ <rule from="^http://www\.kuna\.io/"
19
+ to="https://kuna.io/" />
20
21
+ <rule from="^http:" to="https:" />
22
+</ruleset>
0 commit comments