Skip to content

Commit c49ec19

Browse files
J0WIBisaloo
authored andcommitted
Add Ossec.net.xml (EFForg#16579)
1 parent d004d42 commit c49ec19

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Nonfunctional hosts in *.ossec.net:
3+
- ossec.net (m)
4+
5+
h: http redirect
6+
m: certificate mismatch
7+
r: connection refused
8+
s: self-signed certificate
9+
t: timeout on https
10+
-->
11+
<ruleset name="Ossec.net">
12+
<target host="ossec.net" />
13+
<target host="www.ossec.net" />
14+
15+
<securecookie host=".+" name=".+" />
16+
17+
<rule from="^http://ossec\.net/" to="https://www.ossec.net/" />
18+
<rule from="^http:" to="https:" />
19+
</ruleset>

0 commit comments

Comments
 (0)