forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path11_Main.com.xml
More file actions
31 lines (22 loc) · 706 Bytes
/
11_Main.com.xml
File metadata and controls
31 lines (22 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--
Insecure cookies are set for these domains and hosts:
- .11main.com
- press.11main.com
-->
<ruleset name="11 Main.com">
<!-- Direct rewrites:
-->
<target host="11main.com" />
<target host="careers.11main.com" />
<target host="images.11main.com" />
<target host="press.11main.com" />
<target host="windowshopping.11main.com" />
<target host="www.11main.com" />
<!-- Not secured by server:
-->
<!--securecookie host="^\.11main\.com$" name="^(?:__RequestVerificationToken|gate|sessid)$" /-->
<!--securecookie host="^press\.11main\.com$" name="^PHPSESSID$" /-->
<securecookie host="^(?:press)?\.11main\.com$" name=".+" />
<rule from="^http:"
to="https:" />
</ruleset>