Skip to content

Commit f4aee65

Browse files
committed
[Give Kids the World] Enabled ruleset, added comments, improved cosmetics, don't redirect other domains to secure.gktw.org
1 parent 4a7fc6b commit f4aee65

File tree

1 file changed

+34
-10
lines changed

1 file changed

+34
-10
lines changed
Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,47 @@
1-
<ruleset name="Give Kids the World" default_off="Differing HTTP vs HTTPS content (2014-02-05)" platform="mixedcontent">
1+
<!--
2+
Supported domains:
3+
4+
gktw.org
5+
www.gktw.org
6+
secure.gktw.org
7+
www.givekidstheworldstore.org
8+
9+
Unsupported domains:
10+
11+
support.gktw.org (cert mismatch; cert is for secure2.convio.net)
12+
givekidstheworld.org (cert mismatch; cert is only valid for gktw.org and *.gktw.org)*
13+
www.givekidstheworld.org (ditto)*
14+
givekidstheworldstore.org (redirects to HTTP)**
15+
16+
Notes:
17+
* The ruleset redirects givekidstheworld.org to gktw.org and redirects www.givekidstheworld.org
18+
to www.gktw.org; the givekidstheworld.org and gktw.org domains appear to have the same content.
19+
** The ruleset redirects givekidstheworldstore.org to www.givekidstheworldstore.org; both appear
20+
to have the same content.
21+
-->
22+
<ruleset name="Give Kids the World" platform="mixedcontent">
223
<target host="gktw.org" />
324
<target host="www.gktw.org" />
4-
<target host="gktw.com" />
5-
<target host="www.gktw.com" />
625
<target host="givekidstheworld.org" />
726
<target host="www.givekidstheworld.org" />
8-
<target host="givekidstheworld.com" />
9-
<target host="www.givekidstheworld.com" />
1027
<target host="secure.gktw.org" />
1128

1229
<target host="givekidstheworldstore.org" />
1330
<target host="www.givekidstheworldstore.org" />
1431

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

17-
<securecookie host="^www\.givekidstheworldstore\.org$" name=".+" />
35+
<securecookie host="^www\.givekidstheworldstore\.org$"
36+
name=".+" />
1837

19-
<rule from="^http://secure\.gktw\.org/" to="https://secure.gktw.org/" />
20-
<rule from="^https?://(?:www\.)?(?:gktw|givekidstheworld)\.(?:com|org)/" to="https://secure.gktw.org/" />
38+
<rule from="^http://(www\.)?gktw\.org/"
39+
to="https://$1gktw.org/" />
40+
<rule from="^https?://(www\.)?givekidstheworld\.org/"
41+
to="https://$1gktw.org/" />
42+
<rule from="^http://secure\.gktw\.org/"
43+
to="https://secure.gktw.org/" />
2144

22-
<rule from="^http://(?:www\.)?givekidstheworldstore\.org/" to="https://www.givekidstheworldstore.org/" />
45+
<rule from="^(http://(?:www\.)?|https://)givekidstheworldstore\.org/"
46+
to="https://www.givekidstheworldstore.org/" />
2347
</ruleset>

0 commit comments

Comments
 (0)