Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit a63f3fa

Browse files
cschanajJ0WI
authored andcommitted
Re-activate and Update Aberystwyth-University.xml (#10116)
1 parent ad21045 commit a63f3fa

File tree

2 files changed

+61
-100
lines changed

2 files changed

+61
-100
lines changed

src/chrome/content/rules/Aberystwyth-University-mismatches.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 61 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,66 @@
11
<!--
2-
For problematic rules, see Aberystwyth-University-mismatches.xml.
3-
4-
5-
aber-ac-uk.campuspack.eu
6-
7-
8-
Problematic subdomains:
9-
10-
- ^
11-
- arun (CN: primo; same as primo)
12-
- beta
13-
- connect (self-signed)
14-
15-
16-
Nonfunctional subdomains:
17-
18-
- www.inf
19-
- jump (rx_record_too_long)
20-
- nexus
21-
- users
22-
23-
24-
Partially covered subdomains:
25-
26-
- cadair
27-
28-
- Many paths redirect to http
29-
- These don't:
30-
31-
- dspace/ldap-login
32-
33-
- primo
34-
35-
- These paths 404:
36-
37-
- primo_library/libweb/
38-
39-
- These don't:
40-
41-
- $
42-
- goto/logon/
43-
- pds
44-
45-
46-
Fully covered subdomains:
47-
48-
- ^ (→ www)
49-
- adfs
50-
- beta (→ www)
51-
- blackboard
52-
- careers
53-
- exchange
54-
- myaccount
55-
- outlook
56-
- blackboardtest.psv
57-
- qmpsum
58-
- share
59-
- shibboleth
60-
- shop
61-
- staffrecord
62-
- studentrecord
63-
- voyager
64-
- webmail
65-
- wordpress
66-
- www
67-
2+
Non-functional hosts
3+
Couldn't connect to server:
4+
- www.catering.aber.ac.uk
5+
- cms.aber.ac.uk
6+
- jump.aber.ac.uk
7+
- meq.aber.ac.uk
8+
- nexus.aber.ac.uk
9+
10+
Timeout was reached:
11+
- arun.aber.ac.uk
12+
- qmpsum.aber.ac.uk
13+
14+
SSL connect error:
15+
- www.bis.aber.ac.uk
16+
- users.aber.ac.uk
17+
18+
SSL peer certificate was not OK:
19+
- aber.ac.uk
20+
- aspire.aber.ac.uk
21+
- www.inf.aber.ac.uk
22+
- webmail.aber.ac.uk
23+
24+
Peer certificate cannot be authenticated with given CA certificates:
25+
- cadair.aber.ac.uk
26+
27+
Secure connection redirects to plaintext:
28+
- shop.aber.ac.uk
29+
30+
Mixed content blocking (MCB) tiggered:
31+
- wordpress.aber.ac.uk
6832
-->
6933
<ruleset name="Aberystwyth University (partial)">
70-
7134
<target host="aber.ac.uk" />
72-
<target host="*.aber.ac.uk" />
73-
<exclusion pattern="^http://cadair\.aber\.ac\.uk/(?!dspace/ldap-login)" />
74-
<exclusion pattern="^http://(?:connect|www\.inf|jump|nexus|users)\." />
75-
<exclusion pattern="^http://primo\.aber\.ac\.uk(?:80)?/primo_library/libweb/" />
76-
77-
78-
<!-- ^c & ^p to avoid cadair & primo.
79-
-->
80-
<securecookie host="^[^cp][\w\.]+\.aber\.ac\.uk$" name=".+" />
81-
82-
83-
<rule from="^http://(?:beta\.)?aber\.ac\.uk/"
84-
to="https://www.aber.ac.uk/" />
85-
86-
<rule from="^http://([\w\.]+)\.aber\.ac\.uk/"
87-
to="https://$1.aber.ac.uk/" />
88-
35+
<target host="www.aber.ac.uk" />
36+
<target host="abw.aber.ac.uk" />
37+
<target host="accommodation.aber.ac.uk" />
38+
<target host="ap.aber.ac.uk" />
39+
<target host="blackboard.aber.ac.uk" />
40+
<target host="careers.aber.ac.uk" />
41+
<target host="connect.aber.ac.uk" />
42+
<target host="courses.aber.ac.uk" />
43+
<target host="cyrsiau.aber.ac.uk" />
44+
<target host="jobs.aber.ac.uk" />
45+
<target host="myaccount.aber.ac.uk" />
46+
<target host="outlook.aber.ac.uk" />
47+
<target host="primo.aber.ac.uk" />
48+
<target host="sams.aber.ac.uk" />
49+
<target host="share.aber.ac.uk" />
50+
<target host="sharepoint.aber.ac.uk" />
51+
<target host="shibboleth.aber.ac.uk" />
52+
<target host="staffrecord.aber.ac.uk" />
53+
<target host="studentrecord.aber.ac.uk" />
54+
<target host="voyager.aber.ac.uk" />
55+
56+
<securecookie host="^www\.aber\.ac\.uk$" name=".+" />
57+
<securecookie host="^careers\.aber\.ac\.uk$" name=".+" />
58+
<securecookie host="^jobs\.aber\.ac\.uk$" name=".+" />
59+
<securecookie host="^myaccount\.aber\.ac\.uk$" name=".+" />
60+
61+
<rule from="^http://aber\.ac\.uk/"
62+
to="https://www.aber.ac.uk/" />
63+
64+
<rule from="^http:"
65+
to="https:" />
8966
</ruleset>

0 commit comments

Comments
 (0)