forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
123-reg.xml
41 lines (28 loc) · 941 Bytes
/
123-reg.xml
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
36
37
38
39
40
41
<!--
Disabled by https-everywhere-checker because:
Non-2xx HTTP code: http://ssllin1.123-secure.com/ (200) => https://ssllin1.123-secure.com/ (404)
-->
<ruleset name="123-reg" default_off='failed ruleset test'>
<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>