Anti CSRF layer

This commit is contained in:
Henrique Dias
2016-07-05 17:46:45 +01:00
parent aa79b076ae
commit 37c77a3cee
8 changed files with 86 additions and 9 deletions

View File

@@ -104,6 +104,7 @@
<main>
{{ template "content" .Data }}
<span id="token">{{ .Config.Token }}</span>
</main>
<footer>

View File

@@ -1 +1,2 @@
{{ template "content" .Data }}
<span id="token">{{ .Config.Token }}</span>