forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 4
/
4chan.xml
61 lines (43 loc) · 915 Bytes
/
4chan.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
49
50
51
52
53
54
55
56
57
58
59
60
61
<!--
Nonfunctional domains:
- status.4chan.org (interrupted - blogger)
Fully covered domains:
- 4cdn.org
- *.4cdn.org:
- i
- s
- t
- [01].t
- www
- 4chan.org
- *.4chan.org:
- boards
- content
- dis
- images
- rs
- static
- sys
- thumbs
- \d.thumbs
- www
- (www.)4chan-ads.org
- (www.)4channel.org
-->
<ruleset name="4chan (partial)">
<target host="4cdn.org" />
<target host="*.4cdn.org" />
<target host="4chan.org" />
<target host="*.4chan.org" />
<!--
Blogger:
-->
<exclusion pattern="^http://(?:status|blog)\." />
<target host="4chan-ads.org" />
<target host="*.4chan-ads.org" />
<target host="4channel.org" />
<target host="*.4channel.org" />
<securecookie host=".*\.4chan(?:-ads|nel)?\.org$" name=".+" />
<rule from="^http://([\w.]+\.)?4c(dn|han|han-ads|hannel)\.org/"
to="https://$14c$2.org/" />
</ruleset>