-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1and1-Internet.xml
68 lines (37 loc) · 1.9 KB
/
1and1-Internet.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!--
- 1und1.ivwbox.de
Nonfunctional domains:
- piwik.1u1s.de (403; mismatched, CN: corpimages.de)
-->
<ruleset name="1&1 Internet">
<target host="1and1.com" />
<target host="*.1and1.com" />
<target host="webmailcluster.perfora.net" />
<target host="uim.tifbs.net"/>
<securecookie host="^(?:(?:admin|forum|mailxchange|mywebsite|mywebsitepersonal|order|password|redirect|shop|www)?\.)?1and1\.com$" name=".+" />
<securecookie host="^webmailcluster\.perfora\.net$" name=".+" />
<!--securecookie host="^\.web\.de$" name=".*"/-->
<rule from="^http://((?:admin|forum|mailxchange|mywebsite(?:personal)?|order|password|redirect|shop|www)\.)?1and1\.com/"
to="https://$11and1.com/" />
<rule from="^http://webmailcluster\.perfora\.net/"
to="https://webmailcluster.perfora.net/" />
<rule from="^http://uim\.tifbs\.net/"
to="https://uim.tifbs.net/" />
<target host="1and1.co.uk" />
<target host="*.1and1.co.uk" />
<securecookie host="^(?:(?:admin|mailxchange|mywebsite(?:personal)?|online-office|order|password|redirect|shop|webmailcluster|www)?\.)?1and1\.co\.uk$" name=".+" />
<rule from="^http://(?:www\.)?1and1\.co\.uk/"
to="https://order.1and1.co.uk/" />
<exclusion pattern="^https://www\.1and1\.(?:co\.uk|com|ca)/(?:xml/|\?__)"/>
<rule from="^http://(admin|mailxchange|mywebsite(?:personal)?|online-office|order|password|redirect|shop|webmailcluster)\.1and1\.co\.uk/"
to="https://$1.1and1.co.uk/" />
<target host="1and1.ca" />
<target host="*.1and1.ca" />
<securecookie host="^(?:(?:admin|mywebsitepersonal|online-office|order|password|www)?\.)?1and1\.ca$" name=".+" />
<rule from="^http://(?:www\.)?1and1\.ca/"
to="https://order.1and1.ca/" />
<rule from="^http://(admin|mywebsitepersonal|online-office|order|password)\.1and1\.ca/"
to="https://$1.1and1.ca/" />
<rule from="^http://mywebsite\.1and1\.ca/tariff($|;)"
to="https://mywebsite.1and1.ca/tariff$1" />
</ruleset>