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

Commit

Permalink
Re-activate and Update CrossWire.org.xml (#9845)
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored and J0WI committed May 8, 2017
1 parent c8a1113 commit 9ff40e5
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions src/chrome/content/rules/CrossWire.org.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<!--
Problematic subdomains:
Non-functional hosts
SSL peer certificate was not OK:
- ftp.crosswire.org
- store.crosswire.org
- ^ (cert only matches *.crosswire.org)
Status code mismatch:
- labs.crosswire.org
4xx client error:
- mail.crosswire.org
-->
<ruleset name="CrossWire.org" default_off="self-signed">

<ruleset name="CrossWire.org (partial)">
<target host="crosswire.org" />
<target host="www.crosswire.org" />
<target host="community.crosswire.org" />
<test url="http://community.crosswire.org/wiki/Category:Paratext" />

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

<securecookie host="^www\.crosswire\.org$" name=".+" />


<rule from="^http://(?:www\.)?crosswire\.org/"
to="https://www.crosswire.org/" />

<rule from="^http:" to="https:" />
</ruleset>

0 comments on commit 9ff40e5

Please sign in to comment.