forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
1u1s.de.xml
46 lines (34 loc) · 901 Bytes
/
1u1s.de.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.
(www.)?1u1s.de: Shows blank page
-->
<ruleset name="1u1s.de (partial)">
<!-- Direct rewrites:
-->
<target host="piwik.1u1s.de" />
<!-- Complications:
-->
<target host="1u1s.de" />
<target host="www.1u1s.de" />
<!-- Redirect for /\w.* differs
-->
<exclusion pattern="^http://(?:www\.)?1u1s\.de/+(?!$|\?)" />
<!-- +ve:
-->
<test url="http://1u1s.de/do" />
<test url="http://1u1s.de/i" />
<test url="http://1u1s.de/404" />
<test url="http://www.1u1s.de/do" />
<test url="http://www.1u1s.de/i" />
<test url="http://www.1u1s.de/404" />
<!-- -ve:
-->
<test url="http://www.1u1s.de/?" />
<!-- Redirect drops args and
forward slash:
-->
<rule from="^http://(?:www\.)?1u1s\.de/.*"
to="https://www.1und1.de/" />
<rule from="^http:"
to="https:" />
</ruleset>