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