This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-activate and Update Buffalo_State_College.xml (#10121)
- Loading branch information
Showing
2 changed files
with
30 additions
and
48 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
src/chrome/content/rules/Buffalo_State_College-problematic.xml
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,42 +1,39 @@ | ||
<!-- | ||
Disabled by https-everywhere-checker because: | ||
Fetch error: http://buffalostate.edu/ => https://buffalostate.edu/: (60, 'SSL certificate problem: unable to get local issuer certificate') | ||
For problematic rules, see Buffalo_State_College-problematic.xml. | ||
Non-functional hosts | ||
Timeout was reached: | ||
- owa.buffalostate.edu | ||
- rf.buffalostate.edu | ||
SSL connect error: | ||
- email.buffalostate.edu | ||
Nonfunctional subdomains: | ||
SSL peer certificate was not OK: | ||
- library.buffalostate.edu | ||
- www.rf.buffalostate.edu | ||
- email (reset) | ||
- library (CN: bsclib02; 404) | ||
- president ("This page cannot be found") | ||
- (www.)rf (CN: *.rochen.com; shows cPanel default page) | ||
- search (CN: foo.ent.google.com; 302 to http) | ||
Peer certificate cannot be authenticated with given CA certificates: | ||
- search.buffalostate.edu | ||
Status code mismatch: | ||
- sharepoint.buffalostate.edu | ||
Mixed content blocking (MCB) tiggered: | ||
- newsandevents.buffalostate.edu | ||
- wwwprod.buffalostate.edu | ||
--> | ||
<ruleset name="Buffalo State College (partial)" default_off='failed ruleset test'> | ||
|
||
<ruleset name="Buffalo State College (partial)"> | ||
<target host="buffalostate.edu" /> | ||
<target host="*.buffalostate.edu" /> | ||
<!-- | ||
For cross-domain cookie. | ||
--> | ||
<target host="*.giving.buffalostate.edu" /> | ||
<!-- | ||
Ditto. | ||
--> | ||
<target host="*.newsandevents.buffalostate.edu" /> | ||
|
||
|
||
<securecookie host="^.+\.buffalostate\.edu$" name=".+" /> | ||
|
||
|
||
<rule from="^http://((?:bscintra|bsclib01|catalog|chngpwd|giving|newsandevents|owa|president|sharepoint|www|wwwprod)\.)?buffalostate\.edu/" | ||
to="https://$1buffalostate.edu/" /> | ||
|
||
<!-- Redirects like so. | ||
--> | ||
<rule from="^http://email\.buffalostate\.edu/(?:.*)" | ||
to="https://owa.buffalostate.edu/owa/" /> | ||
|
||
<target host="www.buffalostate.edu" /> | ||
<target host="alumni.buffalostate.edu" /> | ||
<target host="bscintra.buffalostate.edu" /> | ||
<target host="bsclib01.buffalostate.edu" /> | ||
<target host="catalog.buffalostate.edu" /> | ||
<target host="chngpwd.buffalostate.edu" /> | ||
<target host="giving.buffalostate.edu" /> | ||
<target host="president.buffalostate.edu" /> | ||
|
||
<securecookie host="^chngpwd\.buffalostate\.edu$" name=".+" /> | ||
<securecookie host="^giving\.buffalostate\.edu$" name=".+" /> | ||
|
||
<rule from="^http:" to="https:" /> | ||
</ruleset> |