forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path0xbadc0de.be.xml
More file actions
59 lines (39 loc) · 1.22 KB
/
Copy path0xbadc0de.be.xml
File metadata and controls
59 lines (39 loc) · 1.22 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://0xbadc0de.be/ => https://0xbadc0de.be/: (51, "SSL: no alternative certificate subject name matches target host name '0xbadc0de.be'")
Problematic subdomains:
- ^ ¹
- www ²
¹ Shows libssh.org; mismatched, CN: www.libssh.org
² http reply
Fully covered subdomains:
- ^
- blog
- stats
Mixed content:
- Images, on blog from:
- $self ¹
- www.cryptosmith.com ²
- upload.wikimedia.org ¹
¹ Secured by us
¹ Unsecurable (http reply)
-->
<ruleset name="0xbadc0de.be (partial)" default_off='failed ruleset test'>
<target host="0xbadc0de.be" />
<target host="*.0xbadc0de.be" />
<!--
Doesn't redirect to blog:
-->
<!--exclusion pattern="^http://www\.0xbadc0de.be/+wiki/+(?!$|\?)" /-->
<!-- Server secures:
-->
<securecookie host="^stats\.0xbadc0de\.be$" name=".+" />
<rule from="^http://0xbadc0de\.be/"
to="https://0xbadc0de.be/" />
<rule from="^http://www\.0xbadc0de\.be/+(?:\?.*)?$"
to="https://blog.0xbadc0de.be/" />
<rule from="^http://www\.0xbadc0de\.be/+wiki/*(?=$|\?.*)"
to="https://blog.0xbadc0de.be/" />
<rule from="^http://(blog|stats)\.0xbadc0de\.be/"
to="https://$1.0xbadc0de.be/" />
</ruleset>