|
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"> |
2 | 23 | <target host="gktw.org" /> |
3 | 24 | <target host="www.gktw.org" /> |
4 | | - <target host="gktw.com" /> |
5 | | - <target host="www.gktw.com" /> |
6 | 25 | <target host="givekidstheworld.org" /> |
7 | 26 | <target host="www.givekidstheworld.org" /> |
8 | | - <target host="givekidstheworld.com" /> |
9 | | - <target host="www.givekidstheworld.com" /> |
10 | 27 | <target host="secure.gktw.org" /> |
11 | 28 |
|
12 | 29 | <target host="givekidstheworldstore.org" /> |
13 | 30 | <target host="www.givekidstheworldstore.org" /> |
14 | 31 |
|
15 | | - <securecookie host="^secure\.gktw\.org$" name=".+" /> |
| 32 | + <securecookie host="^(secure|www)\.gktw\.org$" |
| 33 | + name=".+" /> |
16 | 34 |
|
17 | | - <securecookie host="^www\.givekidstheworldstore\.org$" name=".+" /> |
| 35 | + <securecookie host="^www\.givekidstheworldstore\.org$" |
| 36 | + name=".+" /> |
18 | 37 |
|
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/" /> |
21 | 44 |
|
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/" /> |
23 | 47 | </ruleset> |
0 commit comments