Skip to content

Commit

Permalink
Added tqfr. rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecardwell committed Sep 27, 2011
1 parent c5d4eb3 commit 2f1c55b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/chrome/content/rules/Caltech.xml
@@ -1,5 +1,6 @@
<ruleset name="Caltech">
<!-- normally https only; protect against SSL stripping -->
<target host="tqfr.caltech.edu" />
<target host="access.caltech.edu" />
<target host="courses.caltech.edu" />
<target host="irsecure.caltech.edu" /><!-- mixed content from www.alumni.caltech.edu -->
Expand All @@ -26,6 +27,7 @@
<target host="its.caltech.edu" />
<target host="moodle.caltech.edu" />

<rule from="^http://tqfr\.caltech\.edu/" to="https://tqfr.caltech.edu/" />
<rule from="^http://(www\.)?access\.caltech\.edu/" to="https://access.caltech.edu/" />
<rule from="^http://(courses|moodle)\.caltech\.edu/" to="https://courses.caltech.edu/" />
<rule from="^http://irsecure\.caltech\.edu/" to="https://irsecure.caltech.edu/" />
Expand All @@ -44,4 +46,4 @@
<rule from="^http://dabney\.caltech\.edu/" to="https://dabney.caltech.edu/" />

<rule from="^http://(www\.)?its\.caltech\.edu/" to="https://www.its.caltech.edu/" />
</ruleset>
</ruleset>

0 comments on commit 2f1c55b

Please sign in to comment.