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

Commit

Permalink
Merge remote-tracking branch 'mezzanine/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
pde committed Feb 16, 2014
2 parents 1350ff7 + f4aee65 commit 9d0af02
Showing 1 changed file with 34 additions and 10 deletions.
44 changes: 34 additions & 10 deletions src/chrome/content/rules/Give-Kids-the-World.xml
@@ -1,23 +1,47 @@
<ruleset name="Give Kids the World" default_off="Differing HTTP vs HTTPS content (2014-02-05)" platform="mixedcontent">
<!--
Supported domains:
gktw.org
www.gktw.org
secure.gktw.org
www.givekidstheworldstore.org
Unsupported domains:
support.gktw.org (cert mismatch; cert is for secure2.convio.net)
givekidstheworld.org (cert mismatch; cert is only valid for gktw.org and *.gktw.org)*
www.givekidstheworld.org (ditto)*
givekidstheworldstore.org (redirects to HTTP)**
Notes:
* The ruleset redirects givekidstheworld.org to gktw.org and redirects www.givekidstheworld.org
to www.gktw.org; the givekidstheworld.org and gktw.org domains appear to have the same content.
** The ruleset redirects givekidstheworldstore.org to www.givekidstheworldstore.org; both appear
to have the same content.
-->
<ruleset name="Give Kids the World" platform="mixedcontent">
<target host="gktw.org" />
<target host="www.gktw.org" />
<target host="gktw.com" />
<target host="www.gktw.com" />
<target host="givekidstheworld.org" />
<target host="www.givekidstheworld.org" />
<target host="givekidstheworld.com" />
<target host="www.givekidstheworld.com" />
<target host="secure.gktw.org" />

<target host="givekidstheworldstore.org" />
<target host="www.givekidstheworldstore.org" />

<securecookie host="^secure\.gktw\.org$" name=".+" />
<securecookie host="^(secure|www)\.gktw\.org$"
name=".+" />

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

<rule from="^http://secure\.gktw\.org/" to="https://secure.gktw.org/" />
<rule from="^https?://(?:www\.)?(?:gktw|givekidstheworld)\.(?:com|org)/" to="https://secure.gktw.org/" />
<rule from="^http://(www\.)?gktw\.org/"
to="https://$1gktw.org/" />
<rule from="^https?://(www\.)?givekidstheworld\.org/"
to="https://$1gktw.org/" />
<rule from="^http://secure\.gktw\.org/"
to="https://secure.gktw.org/" />

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

0 comments on commit 9d0af02

Please sign in to comment.