|
1 | 1 | <!-- |
2 | 2 | Disabled by https-everywhere-checker because: |
3 | 3 | Fetch error: http://princeton.edu/ => https://www.princeton.edu/: Redirect for 'http://princeton.edu/' missing Location |
4 | | - Nonfunctional subdomains: |
| 4 | + Nonfunctional subdomains: |
5 | 5 |
|
6 | | - - arks * |
7 | | - - crcw * |
8 | | - - digilab ** |
9 | | - - findingaids ** |
10 | | - - pudl ** |
| 6 | + - arks * |
| 7 | + - crcw * |
| 8 | + - digilab ** |
| 9 | + - findingaids ** |
| 10 | + - pudl ** |
11 | 11 |
|
12 | | - * Refused |
13 | | - ** Dropped |
| 12 | + * Refused |
| 13 | + ** Dropped |
14 | 14 |
|
15 | 15 | UNIX homedirs are also broken, eg: |
16 | 16 |
|
17 | 17 | http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Conjunctive_normal_form.html |
18 | 18 |
|
19 | | - ^ In what way? |
| 19 | + ^ In what way? (not broken anymore?) |
20 | 20 |
|
| 21 | + tigernet logout page references http://www.alumniconnections.com for stylesheets, but page still works. tigernet, itself, has locally referenced stylesheets. |
21 | 22 |
|
22 | | - Fully covered subdomains: |
| 23 | + Fully covered subdomains: |
| 24 | + - alumni |
| 25 | + - alumnicas |
| 26 | + - blogs |
| 27 | + - citp |
| 28 | + - fed |
| 29 | + - lists |
| 30 | + - paw |
23 | 31 |
|
24 | | - - blogs |
25 | | - - citp |
26 | | - - fed |
27 | | - - lists |
| 32 | + These altnames don't exist: |
28 | 33 |
|
29 | | -
|
30 | | - These altnames don't exist: |
31 | | -
|
32 | | - - www.citp.princeton.edu |
| 34 | + - www.citp.princeton.edu |
33 | 35 |
|
34 | 36 | --> |
35 | | -<ruleset name="Princeton.edu (partial)" default_off='failed ruleset test'> |
36 | | - |
37 | | - <target host="princeton.edu" /> |
38 | | - <target host="*.princeton.edu" /> |
39 | | - <exclusion pattern="http://(?:www\.)?princeton\.edu/+~" /> |
40 | | - |
41 | | - |
42 | | - <securecookie host="^(?:blogs|fed)\.princeton\.edu$" name=".+" /> |
43 | | - |
44 | | - |
45 | | - <rule from="^http://(?:www\.)?princeton\.edu/" |
46 | | - to="https://www.princeton.edu/"/> |
47 | | - |
48 | | - <rule from="^http://(blogs|citp|fed|lists)\.princeton\.edu/" |
49 | | - to="https://$1.princeton.edu/" /> |
50 | 37 |
|
| 38 | +<ruleset name="Princeton.edu (partial)"> |
| 39 | + <securecookie host="^(?:alumnicas|blogs|fed|tigernet)\.princeton\.edu$" name=".+" /> |
| 40 | + |
| 41 | + <target host="princeton.edu" /> |
| 42 | + <target host="www.princeton.edu" /> |
| 43 | + <target host="alumni.princeton.edu" /> |
| 44 | + <target host="alumnicas.princeton.edu" /> |
| 45 | + <target host="blogs.princeton.edu" /> |
| 46 | + <target host="citp.princeton.edu" /> |
| 47 | + <target host="fed.princeton.edu" /> |
| 48 | + <target host="lists.princeton.edu" /> |
| 49 | + <target host="paw.princeton.edu" /> |
| 50 | + <target host="tigernet.princeton.edu" /> |
| 51 | + |
| 52 | + <rule from="^http:" to="https:" /> |
51 | 53 | </ruleset> |
52 | 54 |
|
| 55 | + |
0 commit comments