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

@@ -17,6 +17,7 @@ type Config struct {
BaseURL string
AbsoluteURL string
AddrPath string
Token string // Anti CSRF token
StyleSheet string // Costum stylesheet
FrontMatter string // Default frontmatter to save files in
HugoEnabled bool // Enables the Hugo plugin for File Manager