Skip to content

Commit 9fabeb9

Browse files
committed
Merge pull request EFForg#4682 from fuglede/princeton-fix
[Princeton.edu] Remove subdomain tigernet
2 parents 5f6c2dd + df28b1b commit 9fabeb9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/chrome/content/rules/Princeton.edu.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Fetch error: http://princeton.edu/ => https://www.princeton.edu/: Redirect for '
88
- digilab **
99
- findingaids **
1010
- pudl **
11+
- tigernet ***
1112
1213
* Refused
1314
** Dropped
15+
*** Mismatch
1416
1517
UNIX homedirs are also broken, eg:
1618
1719
http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Conjunctive_normal_form.html
1820
1921
^ In what way? (not broken anymore?)
2022
21-
tigernet logout page references http://www.alumniconnections.com for stylesheets, but page still works. tigernet, itself, has locally referenced stylesheets.
22-
2323
Fully covered subdomains:
2424
- alumni
2525
- alumnicas
@@ -36,7 +36,7 @@ Fetch error: http://princeton.edu/ => https://www.princeton.edu/: Redirect for '
3636
-->
3737

3838
<ruleset name="Princeton.edu (partial)">
39-
<securecookie host="^(?:alumnicas|blogs|fed|tigernet)\.princeton\.edu$" name=".+" />
39+
<securecookie host="^(?:alumnicas|blogs|fed)\.princeton\.edu$" name=".+" />
4040

4141
<target host="princeton.edu" />
4242
<target host="www.princeton.edu" />
@@ -47,7 +47,6 @@ Fetch error: http://princeton.edu/ => https://www.princeton.edu/: Redirect for '
4747
<target host="fed.princeton.edu" />
4848
<target host="lists.princeton.edu" />
4949
<target host="paw.princeton.edu" />
50-
<target host="tigernet.princeton.edu" />
5150

5251
<rule from="^http:" to="https:" />
5352
</ruleset>

0 commit comments

Comments
 (0)