We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1251c5e + 26f9d2b commit 289b841Copy full SHA for 289b841
1 file changed
src/chrome/content/rules/deSEC.xml
@@ -0,0 +1,20 @@
1
+<!--
2
+ Covers desec.io and dedyn.io.
3
+
4
+ No HTTPS supported:
5
+ * *.dedyn.io are user-generated domains with user content, so they do not
6
+ have to support HTTPS there.
7
+-->
8
+<ruleset name="deSEC">
9
+ <target host="desec.io" />
10
+ <target host="www.desec.io" />
11
+ <target host="dedyn.io" />
12
+ <target host="www.dedyn.io" />
13
+ <target host="update.dedyn.io" />
14
+ <target host="update6.dedyn.io" />
15
+ <target host="checkip.dedyn.io" />
16
+ <target host="checkip6.dedyn.io" />
17
18
+ <rule from="^http:"
19
+ to="https:" />
20
+</ruleset>
0 commit comments