Jetty: Set session cookies to HttpOnly in all webapps

i2psnark: Remove extra mime types in i2psnark web.xml;
added to Jetty's default by now, or in our mime.properties file
This commit is contained in:
zzz
2015-04-08 19:45:37 +00:00
parent 5486874d1a
commit e5b7e97ff4
5 changed files with 21 additions and 63 deletions

View File

@@ -35,6 +35,9 @@
<session-timeout>
30
</session-timeout>
<cookie-config>
<http-only>true</http-only>
</cookie-config>
</session-config>
<welcome-file-list>
<welcome-file>index.html</welcome-file>