Tomcat configuration to avoid csrf

This commit is contained in:
2026-01-22 15:45:52 +03:00
parent 50c37dd6bd
commit e67a50b0ea

View File

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