Skip to content

Commit eb65b6c

Browse files
author
MB
committed
MailLift.com
1 parent 8c312b7 commit eb65b6c

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!--
2+
Fully covered subdomains:
3+
4+
- (www.)?
5+
- api
6+
7+
8+
Insecure cookies are set for these hosts:
9+
10+
- maillift.com
11+
12+
-->
13+
<ruleset name="MailLift.com">
14+
15+
<target host="maillift.com" />
16+
<target host="api.maillift.com" />
17+
<target host="www.maillift.com" />
18+
19+
20+
<!-- Not secured by server:
21+
-->
22+
<!--securecookie host="^maillift\.com$" name="^mld_session$" /-->
23+
24+
<securecookie host="^maillift\.com$" name=".+" />
25+
26+
27+
<rule from="^http:"
28+
to="https:" />
29+
30+
</ruleset>

0 commit comments

Comments
 (0)