|
1 | 1 | <!-- |
2 | | - Nonfunctional subdomains: |
| 2 | + Nonfunctional domains: |
3 | 3 |
|
4 | | - - status (Hosted on Blogger, shows Google 404 page) |
| 4 | + - status.4chan.org (interrupted - blogger) |
5 | 5 |
|
6 | | ---> |
7 | | -<ruleset name="4chan (partial)"> |
8 | 6 |
|
9 | | - <target host="4chan.org" /> |
10 | | - <target host="*.4chan.org" /> |
11 | | - <!-- |
12 | | - 404 |
13 | | - --> |
14 | | - <exclusion pattern="^http://status\." /> |
15 | | - <target host="*.boards.4chan.org" /> |
16 | | - <target host="*.thumbs.4chan.org" /> |
17 | | - <target host="*.4channel.org" /> |
| 7 | + Fully covered domains: |
| 8 | +
|
| 9 | + - 4cdn.org |
18 | 10 |
|
| 11 | + - *.4cdn.org: |
19 | 12 |
|
20 | | - <securecookie host="^.*\.4chan(?:nel)?\.org$" name=".*" /> |
| 13 | + - s |
| 14 | + - t |
| 15 | + - www |
21 | 16 |
|
| 17 | + - 4chan.org |
22 | 18 |
|
23 | | - <!-- Observed domains: |
| 19 | + - *.4chan.org: |
24 | 20 |
|
25 | 21 | - boards |
26 | 22 | - content |
|
32 | 28 | - thumbs |
33 | 29 | - \d.thumbs |
34 | 30 | - www |
35 | | - --> |
36 | | - <rule from="^http://([\w\.]+\.)?4chan\.org/" |
37 | | - to="https://$14chan.org/" /> |
38 | 31 |
|
39 | | - <!-- !www doesn't exist. |
| 32 | + - (www.)4chan-ads.org |
| 33 | +
|
| 34 | + - (www.)4channel.org |
| 35 | +
|
| 36 | +--> |
| 37 | +<ruleset name="4chan (partial)"> |
| 38 | + |
| 39 | + <target host="4cdn.org" /> |
| 40 | + <target host="*.4cdn.org" /> |
| 41 | + <target host="4chan.org" /> |
| 42 | + <target host="*.4chan.org" /> |
| 43 | + <!-- |
| 44 | + Blogger: |
40 | 45 | --> |
41 | | - <rule from="^http://www\.4channel\.org/" |
42 | | - to="https://www.4channel.org/" /> |
| 46 | + <exclusion pattern="^http://status\." /> |
| 47 | + <target host="4chan-ads.org" /> |
| 48 | + <target host="*.4chan-ads.org" /> |
| 49 | + <target host="4channel.org" /> |
| 50 | + <target host="*.4channel.org" /> |
| 51 | + |
| 52 | + |
| 53 | + <securecookie host=".*\.4chan(?:-ads|nel)?\.org$" name=".+" /> |
| 54 | + |
| 55 | + |
| 56 | + <rule from="^http://([\w.]+\.)?4c(dn|han|han-ads|hannel)\.org/" |
| 57 | + to="https://$14c$2.org/" /> |
43 | 58 |
|
44 | 59 | </ruleset> |
0 commit comments