Skip to content

Commit 8c81733

Browse files
author
MB
committed
Biostars.org
1 parent b96f4fa commit 8c81733

File tree

1 file changed

+23
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)