We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e04759 commit a730d91Copy full SHA for a730d91
src/chrome/content/rules/Key-server.io.xml
@@ -0,0 +1,20 @@
1
+<!--
2
+ Nonfunctional hosts in *.key-server.io:
3
+ - www (m)
4
+
5
+ h: http redirect
6
+ m: certificate mismatch
7
+ r: connection refused
8
+ s: self-signed certificate
9
+ t: timeout on https
10
+-->
11
+<ruleset name="Key-server.io">
12
+ <target host="key-server.io" />
13
+ <target host="www.key-server.io" />
14
+ <target host="pgp.key-server.io" />
15
16
+ <securecookie host=".+" name=".+" />
17
18
+ <rule from="^http://www\.key-server\.io/" to="https://key-server.io/" />
19
+ <rule from="^http:" to="https:" />
20
+</ruleset>
0 commit comments