mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-18 14:14:50 +08:00
add csrf input/addition to .gitignore
This commit is contained in:
parent
a3199624f4
commit
3484464d4c
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ target/
|
||||
node_modules
|
||||
node.exe
|
||||
dist
|
||||
src/main/frontend/node
|
||||
|
||||
### STS ###
|
||||
.apt_generated
|
||||
|
@ -1,3 +1,3 @@
|
||||
<#macro formField>
|
||||
<#-- TODO CSRF form field -->
|
||||
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
|
||||
</#macro>
|
||||
|
Loading…
Reference in New Issue
Block a user