Skip to content

Commit 67aa4c3

Browse files
committed
Merge pull request EFForg#1832 from itinerarium/edit-princeton-dot-edu
Update Princeton.edu.xml to add additional subdomains and make rules more readable
2 parents 8a5f310 + d4de150 commit 67aa4c3

File tree

1 file changed

+36
-33
lines changed

1 file changed

+36
-33
lines changed
Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,55 @@
11
<!--
22
Disabled by https-everywhere-checker because:
33
Fetch error: http://princeton.edu/ => https://www.princeton.edu/: Redirect for 'http://princeton.edu/' missing Location
4-
Nonfunctional subdomains:
4+
Nonfunctional subdomains:
55
6-
- arks *
7-
- crcw *
8-
- digilab **
9-
- findingaids **
10-
- pudl **
6+
- arks *
7+
- crcw *
8+
- digilab **
9+
- findingaids **
10+
- pudl **
1111
12-
* Refused
13-
** Dropped
12+
* Refused
13+
** Dropped
1414
1515
UNIX homedirs are also broken, eg:
1616
1717
http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Conjunctive_normal_form.html
1818
19-
^ In what way?
19+
^ In what way? (not broken anymore?)
2020
21+
tigernet logout page references http://www.alumniconnections.com for stylesheets, but page still works. tigernet, itself, has locally referenced stylesheets.
2122
22-
Fully covered subdomains:
23+
Fully covered subdomains:
24+
- alumni
25+
- alumnicas
26+
- blogs
27+
- citp
28+
- fed
29+
- lists
30+
- paw
2331
24-
- blogs
25-
- citp
26-
- fed
27-
- lists
32+
These altnames don't exist:
2833
29-
30-
These altnames don't exist:
31-
32-
- www.citp.princeton.edu
34+
- www.citp.princeton.edu
3335
3436
-->
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/" />
5037

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:" />
5153
</ruleset>
5254

55+

0 commit comments

Comments
 (0)