-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Block public Meadow access w/custom 403 response
- Loading branch information
Showing
4 changed files
with
145 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>403 Forbidden</title><style>body{margin:0;color:#342f2e;background-color:#f5f5f5;font-weight:400;line-height:1.5;font-family:"Akkurat Pro Regular",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}header{background-color:#fff;border-bottom:1px solid #d8d6d6;min-height:4rem;display:flex;align-items:center}main{padding:3rem}footer{position:fixed;bottom:0;width:100%;display:flex;justify-content:center;background-color:#fff;padding:3rem}a{color:#4e2a84;text-decoration:underline;text-underline-offset:.1em;text-decoration-color:#e4e0ee}h1{margin:0 0 1rem}p{margin:0}.n{display:flex;padding:.5rem .75rem;fill:#401f68;height:1.75rem}.lockup{height:1.75rem;opacity:.5}</style></head><body><header><svg class="n" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 224.79 216.34"><title>Northwestern University Libraries</title><polygon points="142.76 1.62 142.76 16.87 168.36 23.31 173.41 29.64 173.41 151.91 45.73 .79 45.06 0 7.32 0 7.32 11.43 28.23 34.9 28.23 193.47 0 201.36 0 214.73 80.9 214.73 80.9 201.28 55.85 194.66 50.67 188.27 50.67 60.75 181.36 216.34 196.42 216.34 196.42 24.11 224.79 15.53 224.79 1.62 142.76 1.62"/></svg></header><main><h1>403 Forbidden</h1><p>Access to Meadow requires users to be on the campus network or logged into the <a href="https://services.northwestern.edu/TDClient/30/Portal/KB/ArticleDet?ID=1818">GlobalProtect VPN</a>.</p></main><footer><img class="lockup" alt="Northwestern University Libraries" src="https://iiif.dc.library.northwestern.edu/iiif/2/00000000-0000-0000-0000-000000000003/full/400,/0/default.webp"></footer></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters