Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 9ff40e5

Browse files
cschanajJ0WI
authored andcommittedMay 8, 2017
Re-activate and Update CrossWire.org.xml (#9845)
1 parent c8a1113 commit 9ff40e5

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
 
+13-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<!--
2-
Problematic subdomains:
2+
Non-functional hosts
3+
SSL peer certificate was not OK:
4+
- ftp.crosswire.org
5+
- store.crosswire.org
36
4-
- ^ (cert only matches *.crosswire.org)
7+
Status code mismatch:
8+
- labs.crosswire.org
59
10+
4xx client error:
11+
- mail.crosswire.org
612
-->
7-
<ruleset name="CrossWire.org" default_off="self-signed">
8-
13+
<ruleset name="CrossWire.org (partial)">
914
<target host="crosswire.org" />
1015
<target host="www.crosswire.org" />
16+
<target host="community.crosswire.org" />
17+
<test url="http://community.crosswire.org/wiki/Category:Paratext" />
1118

19+
<securecookie host="^(www\.)?crosswire\.org$" name=".+" />
1220

13-
<securecookie host="^www\.crosswire\.org$" name=".+" />
14-
15-
16-
<rule from="^http://(?:www\.)?crosswire\.org/"
17-
to="https://www.crosswire.org/" />
18-
21+
<rule from="^http:" to="https:" />
1922
</ruleset>

0 commit comments

Comments
 (0)
This repository has been archived.