forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathALDI.xml
More file actions
22 lines (18 loc) · 805 Bytes
/
ALDI.xml
File metadata and controls
22 lines (18 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<ruleset name="Aldi - Germany">
<!-- Hosts: Southern Aldi Germany -->
<target host="www.aldisued.de" />
<target host="www.aldi-sued.de" />
<target host="aldisued.de" />
<target host="aldi-sued.de" />
<!-- Hosts: Northern Aldi Germany -->
<target host="www.aldi-nord.de" />
<target host="www.aldinord.de" />
<target host="aldi-nord.de" />
<target host="aldinord.de" />
<!-- Rules: Southern Aldi Germany -->
<rule from="^https?://(?:www\.)?aldisued\.de/" to="https://www.aldi-sued.de/" />
<rule from="^http://(?:www\.)?aldi-sued\.de/" to="https://www.aldi-sued.de/" />
<!-- Rules: Northern Aldi Germany -->
<rule from="^http://(?:www\.)?aldi-nord\.de/" to="https://www.aldi-nord.de/" />
<rule from="^https?://(?:www\.)?aldinord\.de/" to="https://www.aldi-nord.de/" />
</ruleset>