Skip to content

Commit c389d4f

Browse files
author
MB
committed
The American Scholar.org
1 parent ca8508f commit c389d4f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
Insecure cookies are set for these domains and hosts:
3+
4+
- theamericanscholar.org
5+
- .theamericanscholar.org
6+
- www.theamericanscholar.org
7+
8+
-->
9+
<ruleset name="The American Scholar.org">
10+
11+
<target host="theamericanscholar.org" />
12+
<target host="www.theamericanscholar.org" />
13+
14+
<target host="*.theamericanscholar.org" />
15+
16+
17+
<!-- Not secured by server:
18+
-->
19+
<!--securecookie host="^(www\.)?theamericanscholar\.org$" name="^PHPSESSID" /-->
20+
<!--securecookie host="^\.theamericanscholar\.org$" name="^__qca$" /-->
21+
22+
<securecookie host="^(?:\.|www\.)?theamericanscholar\.org$" name=".+" />
23+
24+
25+
<rule from="^http://(www\.)?theamericanscholar\.org/"
26+
to="https://$1theamericanscholar.org/" />
27+
28+
</ruleset>

0 commit comments

Comments
 (0)