|
1 | 1 | <!-- |
2 | | - Covered nsidc.org subdomains: |
| 2 | + 503, HTTPS only: |
| 3 | + - noaa_waf.apps.nsidc.org |
| 4 | + - soac.apps.nsidc.org |
3 | 5 |
|
4 | | - - ^ |
5 | | - - extranet |
6 | | - - staging.extranet |
7 | | - - igloo |
8 | | - - integration.igloo |
9 | | - - qa.igloo |
10 | | - - staging.igloo |
11 | | - - integration |
12 | | - - qa |
13 | | - - staging |
| 6 | + Expired certificate: |
| 7 | + - support.nsidc.org |
14 | 8 |
|
| 9 | + Incomplete certificate chain: |
| 10 | + - n5eil01u.ecs.nsidc.org |
15 | 11 |
|
16 | | - Certificate also matches these subdomains: |
| 12 | + Invalid certificate: |
| 13 | + - www.nsidc.org |
| 14 | + - integration.igloo.nsidc.org |
| 15 | + - qa.igloo.nsidc.org |
| 16 | + - staging.igloo.nsidc.org |
17 | 17 |
|
18 | | - - ops |
19 | | - - scm |
20 | | - - wordpress |
21 | | - - staging.wordpress |
| 18 | + No working URL known: |
| 19 | + - inside.nsidc.org |
| 20 | + - staging.inside.nsidc.org |
22 | 21 |
|
| 22 | + Mixed content errors: |
| 23 | + - http://nsidc.org/arcticseaicenews/charctic-interactive-sea-ice-graph/ |
23 | 24 | --> |
24 | | -<ruleset name="National Snow and Ice Data Center"> |
25 | 25 |
|
| 26 | +<ruleset name="National Snow and Ice Data Center"> |
26 | 27 | <target host="nsidc.org" /> |
27 | | - <target host="*.nsidc.org" /> |
| 28 | + <target host="www.nsidc.org" /> |
| 29 | + <target host="daacdata.apps.nsidc.org" /> |
| 30 | + <target host="smap_op.apps.nsidc.org" /> |
| 31 | + <target host="extranet.nsidc.org" /> |
28 | 32 | <target host="staging.extranet.nsidc.org" /> |
29 | | - <target host="*.igloo.nsidc.org" /> |
| 33 | + <target host="igloo.nsidc.org" /> |
| 34 | + <target host="integration.nsidc.org" /> |
| 35 | + <target host="qa.nsidc.org" /> |
| 36 | + <target host="staging.nsidc.org" /> |
30 | 37 |
|
| 38 | + <securecookie host="((daacdata|smap_op)\.apps|(staging\.)?extranet|igloo|integration|qa|staging|support)\.nsidc.org" name=".+" /> |
31 | 39 |
|
32 | | - <!-- Cert doesn't match www. |
33 | | - --> |
34 | | - <rule from="^http://(?:((?:staging\.)?extranet\.|(?:integration\.|qa\.|staging\.)?igloo\.|integration\.|monitor\.|qa\.|staging\.)|www\.)?nsidc\.org/" |
35 | | - to="https://$1nsidc.org/" /> |
| 40 | + <exclusion pattern="^http://nsidc\.org/arcticseaicenews/charctic-interactive-sea-ice-graph/" /> |
| 41 | + <test url="http://nsidc.org/arcticseaicenews/charctic-interactive-sea-ice-graph/" /> |
36 | 42 |
|
| 43 | + <rule from="^http://www\.nsidc\.org/" to="https://nsidc.org/" /> |
| 44 | + <rule from="^http:" to="https:" /> |
37 | 45 | </ruleset> |
0 commit comments