Skip to content

Commit 5415cae

Browse files
author
MB
committed
Twattle.net
1 parent 81c7e32 commit 5415cae

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<!--
2+
Problematic hosts:
3+
4+
- www *
5+
6+
* Redirect loop
7+
8+
9+
Fully covered hosts:
10+
11+
- (www.)? (www → ^)
12+
13+
14+
Insecure cookies are set for these
15+
16+
- twattle.net
17+
18+
-->
19+
<ruleset name="Twattle.net">
20+
21+
<!-- Direct rewrites:
22+
-->
23+
<target host="twattle.net" />
24+
25+
<!-- Complications:
26+
-->
27+
<target host="www.twattle.net" />
28+
29+
30+
<!-- Not secured by server:
31+
-->
32+
<!--securecookie host="^twattle\.net$" name="^PHPSESSID$" /-->
33+
34+
<securecookie host="^twattle\.net$" name=".+" />
35+
36+
37+
<rule from="^http://www\.twattle\.net/"
38+
to="https://twattle.net/" />
39+
40+
<rule from="^http:"
41+
to="https:" />
42+
43+
</ruleset>

0 commit comments

Comments
 (0)