forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1and1.ca.xml
46 lines (33 loc) · 1 KB
/
1and1.ca.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
42
43
44
45
46
<!--
For other United Internet coverage, see United-Internet.xml.
Problematic hosts in *1and1.ca:
- ^ ᵐ
- analytics ᶜ
- online-office ᶜ
- websitebuilder ᶜ
ᶜ Server sends no certificate chain, see https://whatsmychaincert.com
ᵐ Mismatched
-->
<ruleset name="1and1.ca (partial)">
<!--target host="analytics.1and1.ca" /-->
<target host="account.1and1.ca" />
<target host="admin.1and1.ca" />
<target host="forum.1and1.ca" />
<target host="www.forum.1and1.ca" />
<target host="mywebsite.1and1.ca" />
<target host="mywebsitepersonal.1and1.ca" />
<!--target host="online-office.1and1.ca" /-->
<target host="order.1and1.ca" />
<target host="password.1and1.ca" />
<target host="website.1and1.ca" />
<!--target host="websitebuilder.1and1.ca" /-->
<target host="www.1and1.ca" />
<!-- Complications:
-->
<target host="1and1.ca" />
<securecookie host="." name="." />
<rule from="^http://1and1\.ca/"
to="https://www.1and1.ca/" />
<rule from="^http:"
to="https:" />
</ruleset>