Skip to content

Commit a730d91

Browse files
J0WIBisaloo
authored andcommitted
Add Key-server.io.xml (EFForg#15690)
1 parent 6e04759 commit a730d91

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)