Tomcat configuration to avoid csrf

This commit is contained in:
2026-01-22 15:46:28 +03:00
parent 85fc8a07b2
commit 849bb811e8

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<Manager pathname="" />
<CookieProcessor sameSiteCookies="strict"/>
</Context>