mirror of
https://bitbucket.org/Mattrixwv/webtutorials.git
synced 2025-12-06 18:34:01 -05:00
4 lines
241 B
HTML
4 lines
241 B
HTML
<!--This is an example of manual csrf token inclusion using thymeleaf-->
|
|
<meta name="_csrf" th:content="${_csrf.token}">
|
|
<meta name="_csrf_header" th:content="${_csrf.headerName}">
|
|
<meta name="_csrf_name" th:content="${_csrf.parameterName}"> |