Skip to content

Commit 364fab4

Browse files
committed
Merge pull request EFForg#1836 from graingert/patch-2
Univerisity of southampton should be fine now
2 parents 874fbaf + 3e6237e commit 364fab4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/chrome/content/rules/University-of-Southampton.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://soton.ac.uk/ => https://www.soton.ac.uk/: (7, 'Failed to connect to soton.ac.uk port 80: Connection timed out')
42
Fully covered domains:
53
64
- secure.ecs.soton.ac.uk
75
86
-->
9-
<ruleset name="University of Southampton (partial)" default_off='failed ruleset test'>
7+
<ruleset name="University of Southampton (partial)">
108

119
<target host="noc.ac.uk" />
1210
<!--
@@ -25,21 +23,24 @@ Fetch error: http://soton.ac.uk/ => https://www.soton.ac.uk/: (7, 'Failed to con
2523

2624
<!-- Cert is not valid for www.
2725
-->
28-
<rule from="^http://www\.noc\.ac\.uk/"
26+
<rule from="^http://(www\.)?noc\.ac\.uk/"
2927
to="https://noc.ac.uk/" />
3028

31-
<rule from="^http://noc\.ac\.uk/(f|sites)/"
32-
to="https://noc.ac.uk/$1/" />
33-
3429
<rule from="^http://(?:www\.)?soton\.ac\.uk/"
3530
to="https://www.soton.ac.uk/" />
3631

3732
<rule from="^http://secure\.ecs\.soton\.ac\.uk/"
3833
to="https://secure.ecs.soton.ac.uk/" />
3934

35+
<test url="http://secure.ecs.soton.ac.uk/" />
36+
<test url="http://secure.ecs.soton.ac.uk/mail/" />
37+
<test url="http://secure.ecs.soton.ac.uk/login/" />
38+
4039
<rule from="^http://(www\.)?jobs\.soton\.ac\.uk/"
4140
to="https://$1jobs.soton.ac.uk/" />
4241

42+
<test url="http://www.jobs.soton.ac.uk/display.aspx?Id=1253&amp;pid=0" />
43+
4344
<!-- Cert is not valid for !www.
4445
-->
4546
<rule from="^http://(?:www\.)?noc\.soton\.ac\.uk/"

0 commit comments

Comments
 (0)