forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1WT.eu.xml
More file actions
47 lines (32 loc) · 734 Bytes
/
1WT.eu.xml
File metadata and controls
47 lines (32 loc) · 734 Bytes
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
<!--
Problematic hosts in *1wt.eu:
- ^ ¹
- demo ¹
- haproxy ¹ ² ³
- static ¹ ² ³
- www ¹ ²
¹ Expired
² Mismatched
³ Self-signed
Mixed content:
- Images on ^ from static.1wt.eu *
- Image on ^ from www6.1wt.eu
* Secured by us
-->
<ruleset name="1WT.eu (partial)" default_off="expired">
<!-- Direct rewrites:
-->
<target host="1wt.eu" />
<target host="demo.1wt.eu" />
<!-- Complications:
-->
<target host="static.1wt.eu" />
<target host="www.1wt.eu" />
<!-- Not secured by server:
-->
<!--securecookie host="^haproxy\.1wt\.eu$" name="^sid$" /-->
<rule from="^http://(?:static|www)\.1wt\.eu/"
to="https://1wt.eu/" />
<rule from="^http:"
to="https:" />
</ruleset>