forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1WT.eu.xml
48 lines (30 loc) · 847 Bytes
/
1WT.eu.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
<!--
Problematic subdomains:
- haproxy ¹
- static (works; expired 2013-07-21, self-signed, mismatched, CN: www.formilux.org)
- www (mismatched, CN: demo.1wt.eu)
¹ Works; expired 2013-07-21, mismatched, CN: www.formilux.org
Fully covered subdomains:
- (www.) (www → ^)
- demo
- static (→ ^)
Mixed content:
- Images, on ^ from:
- static *
- www6
* Secured by us
-->
<ruleset name="1WT.eu (partial)">
<target host="1wt.eu" />
<target host="demo.1wt.eu" />
<target host="static.1wt.eu" />
<target host="www.1wt.eu" />
<!--exclusion pattern="^http://haproxy\.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>