forked from I2P_Developers/i2p.i2p
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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user