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
46 lines (29 loc) · 757 Bytes
/
0xbadc0de.be.xml
File metadata and controls
46 lines (29 loc) · 757 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
<!--
Problematic subdomains:
- (www.)? *
* Shows libssh.org
Fully covered subdomains:
- (www.)? (→ blog)
- blog
- stats
Mixed content:
- Images, on blog from:
- $self ¹
- www.cryptosmith.com ²
- upload.wikimedia.org ¹
- Bugs on blog from stats ¹
¹ Secured by us
² Not secured by us <= mismatched
-->
<ruleset name="0xbadc0de.be">
<target host= "0xbadc0de.be" />
<target host= "blog.0xbadc0de.be" />
<target host="stats.0xbadc0de.be" />
<target host= "www.0xbadc0de.be" />
<test url= "http://0xbadc0de.be/?p=67" />
<test url="http://www.0xbadc0de.be/?p=67" />
<rule from="^http://(www\.)?0xbadc0de\.be/"
to="https://blog.0xbadc0de.be/" />
<rule from="^http:"
to="https:" />
</ruleset>