forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path123-reg.xml
More file actions
35 lines (24 loc) · 753 Bytes
/
123-reg.xml
File metadata and controls
35 lines (24 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<ruleset name="123-reg">
<target host="123-reg.co.uk" />
<target host="*.123-reg.co.uk" />
<target host="ssllin1.123-secure.com" />
<securecookie host="^.*\.123-reg\.co\.uk$" name=".*" />
<!-- Cert: fusion.webfusion-secure.co.uk, redirects
to www.webfusion.co.uk/support/ over https.
Redirects as follows over http.
NB: This rule must remain above the next one.
-->
<rule from="^http://inside\.123-reg\.co\.uk/"
to="https://www.123-reg.co.uk/blog/" />
<!-- Observed subdomains:
- img1
- img2
- static
- webmail
- www
-->
<rule from="^http://(\w+\.)?123-reg\.co\.uk/"
to="https://$1123-reg.co.uk/" />
<rule from="^http://ssllin1\.123-secure\.com/"
to="https://ssllin1.123-secure.com/" />
</ruleset>