Tomcat configuration to avoid csrf

This commit is contained in:
2026-01-22 15:46:59 +03:00
parent 7f6f36dc03
commit 4766cece5c

View File

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