Skip to content

Commit 47b1b6f

Browse files
author
MB
committed
Rock Valley College.edu
1 parent d68ada1 commit 47b1b6f

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!--
2+
Insecure cookies are set for these hosts:
3+
4+
- rockvalleycollege.edu
5+
- www.rockvalleycollege.edu
6+
7+
8+
Mixed content:
9+
10+
- Bug on (www.)? from tags.w55c.net *
11+
12+
* Secured by us
13+
14+
-->
15+
<ruleset name="Rock Valley College.edu">
16+
17+
<!-- Direct rewrites:
18+
-->
19+
<target host="rockvalleycollege.edu" />
20+
<target host="www.rockvalleycollege.edu" />
21+
22+
23+
<!-- Not secured by server:
24+
-->
25+
<!--securecookie host="^(www\.)?rockvalleycollege\.edu$" name="^(CFID|CFTOKEN)$" /-->
26+
27+
<securecookie host="^(?:www\.)?rockvalleycollege\.edu$" name=".+" />
28+
29+
30+
<rule from="^http:"
31+
to="https:" />
32+
33+
</ruleset>

0 commit comments

Comments
 (0)