Skip to content

Commit

Permalink
[York.edu] Add subdomains and reactivate ruleset (EFForg#9911)
Browse files Browse the repository at this point in the history
* [York.edu] Add subdomains

* [York.edu] Reactivate ruleset

* Rename York.xml to York.edu.xml
  • Loading branch information
Bisaloo authored and J0WI committed May 14, 2017
1 parent 86201c3 commit 5370fb5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
34 changes: 34 additions & 0 deletions src/chrome/content/rules/York.edu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--
Invalid certificate:
york.edu
Private subdomain:
ecampus.york.edu
No working URL known:
remote.york.edu
Secure connection failed:
mail.york.edu
-->
<ruleset name="York College of Nebraska">

<target host="york.edu" />
<target host="www.york.edu" />
<target host="auth.york.edu" />
<target host="cats.york.edu" />
<target host="koha.york.edu" />
<target host="library.york.edu" />
<target host="online.york.edu" />
<target host="panthernet.york.edu" />
<target host="smtp.york.edu" />
<target host="yorkjics-test.york.edu" />

<rule from="^http://york\.edu/"
to="https://www.york.edu/"/>

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

</ruleset>
6 changes: 0 additions & 6 deletions src/chrome/content/rules/York.xml

This file was deleted.

0 comments on commit 5370fb5

Please sign in to comment.