This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathAliceDSL.xml
More file actions
25 lines (21 loc) · 1.44 KB
/
AliceDSL.xml
File metadata and controls
25 lines (21 loc) · 1.44 KB
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
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://alice.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
Fetch error: http://alice-dsl.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
Fetch error: http://www.alice-dsl.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
Disabled by https-everywhere-checker because:
Fetch error: http://alice.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
Fetch error: http://alice-dsl.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
Fetch error: http://www.alice-dsl.de/ => https://www.alice-dsl.de/: (7, 'Failed to connect to www.alice-dsl.de port 443: No route to host')
-->
<ruleset name="AliceDSL" default_off="failed ruleset test">
<target host="alice.de"/>
<target host="www.alice.de" />
<target host="alice-dsl.de"/>
<target host="www.alice-dsl.de" />
<securecookie host="^(?:.*\.)?alice-dsl\.de$" name=".+" />
<rule from="^http://(?:www\.)?alice\.de/" to="https://www.alice-dsl.de/"/>
<rule from="^http://alice\.de/" to="https://www.alice-dsl.de/"/>
<rule from="^http://alice-dsl\.de/" to="https://www.alice-dsl.de/"/>
<rule from="^http://(?:www\.)?alice-dsl\.de/" to="https://www.alice-dsl.de/"/>
</ruleset>