Skip to content

Commit 218dcf8

Browse files
author
MB
committed
Tilt.com
1 parent 576333a commit 218dcf8

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
NB: Tor users cannot view* this website due to CloudFlare settings.
3+
4+
See:
5+
6+
- https://blog.torproject.org/blog/call-arms-helping-internet-services-accept-anonymous-users
7+
- https://support.cloudflare.com/hc/en-us/articles/203306930-Does-CloudFlare-block-Tor-
8+
- https://support.cloudflare.com/hc/en-us/articles/200170206-How-do-I-turn-I-m-Under-Attack-mode-on-
9+
10+
* without enabling javascript, for security and privacy implications see e.g.:
11+
12+
- https://www.mozilla.org/security/known-vulnerabilities/firefox.html
13+
- https://trac.torproject.org/projects/tor/query?status=!closed&keywords=~tbb-fingerprinting
14+
- https://panopticlick.eff.org
15+
16+
17+
Fully covered domains:
18+
19+
- tilt.com
20+
21+
- [\w-]+.tilt.com:
22+
23+
- blog
24+
- open
25+
- questions
26+
- www
27+
- [\w-] *
28+
29+
* Per-account domains
30+
31+
-->
32+
<ruleset name="Tilt.com">
33+
34+
<target host="tilt.com" />
35+
<target host="*.tilt.com" />
36+
37+
38+
<securecookie host="^\.tilt\.com$" name="^__cfduid$" />
39+
40+
41+
<rule from="^http://([\w-]+\.)?tilt\.com/"
42+
to="https://$1tilt.com/" />
43+
44+
</ruleset>

0 commit comments

Comments
 (0)