Skip to content

Commit 20b9e66

Browse files
author
MB
committed
Wire.com
1 parent b0b7e6e commit 20b9e66

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<!--
2+
Nonfunctional subdomains:
3+
4+
- blog *
5+
6+
* Tumblr
7+
8+
9+
^: reset
10+
11+
12+
Fully covered subdomains:
13+
14+
- (www.) (^ → www)
15+
- sunrise
16+
- support
17+
18+
19+
Insecure cookies are set for these domains:
20+
21+
- sunrise.wire.com
22+
- www.wire.com
23+
24+
-->
25+
<ruleset name="Wire.com (partial)">
26+
27+
<target host="wire.com" />
28+
<target host="*.wire.com" />
29+
30+
31+
<!-- Not secured by server:
32+
-->
33+
<!--securecookie host="^(sunrise|www)\.wire\.com$" name="^session$" /-->
34+
35+
<securecookie host="^(?:sunrise|www)\.wire\.com$" name=".+" />
36+
37+
38+
<rule from="^http://(?:www\.)?wire\.com/"
39+
to="https://www.wire.com/" />
40+
41+
<rule from="^http://su(nrise|pport)\.wire\.com/"
42+
to="https://su$1.wire.com/" />
43+
44+
</ruleset>

0 commit comments

Comments
 (0)