File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments