Skip to content

Commit a75cd8a

Browse files
committed
Merge pull request EFForg#1991 from MilanKral/Software_mirrors
Software mirrors
2 parents c4051c7 + bcaab2a commit a75cd8a

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!--
2+
Michigan Technological University
3+
-->
4+
<ruleset name="MTU.edu">
5+
<target host="mtu.edu" />
6+
<target host="www.mtu.edu" />
7+
<target host="lug.mtu.edu" />
8+
<target host="www.bookstore.mtu.edu" />
9+
10+
<rule from="^http://(?:www\.)?mtu\.edu/" to="https://www.mtu.edu/" />
11+
12+
<rule from="^http:" to="https:" />
13+
</ruleset>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<ruleset name="Mirrorservice.org">
2+
<target host="mirrorservice.org" />
3+
<target host="www.mirrorservice.org" />
4+
<target host="ftp.mirrorservice.org" />
5+
6+
<rule from="^http:" to="https:" />
7+
</ruleset>

src/chrome/content/rules/XMission.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- stats
3030
- transmission
3131
- webmail
32+
- mirrors
3233
3334
3435
Insecure cookies are set for these domains and hosts:
@@ -53,6 +54,7 @@
5354
<target host="transmission.xmission.com" />
5455
<target host="webmail.xmission.com" />
5556
<target host="www.xmission.com" />
57+
<target host="mirrors.xmission.com" />
5658

5759
<!--exclusion pattern="^http://(?:accounting|anon|asset|maddox|my|speedtest)\.xmission\.com/" /-->
5860

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!--
2+
Software mirror provided by
3+
the Department of Computer Science and Engineering of Tecnico Lisboa.
4+
-->
5+
<ruleset name="ftp.rnl.tecnico.ulisboa.pt">
6+
<target host="ftp.rnl.tecnico.ulisboa.pt" />
7+
<target host="www.ftp.rnl.tecnico.ulisboa.pt" />
8+
9+
<rule from="^http:" to="https:" />
10+
</ruleset>

0 commit comments

Comments
 (0)