File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,29 @@ languages:
6565
6666# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
6767DefaultContentLanguage : de
68-
68+ # Security headers
69+ security :
70+ enableInlineShortcodes : false
71+ exec :
72+ allow :
73+ - ^(dart-)?sass(-embedded)?$
74+ - ^go$
75+ - ^git$
76+ - ^npx$
77+ - ^postcss$
78+ - ^tailwindcss$
79+ osEnv :
80+ - (?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG|SYSTEMDRIVE)$
81+ funcs :
82+ getenv :
83+ - ^HUGO_
84+ - ^CI$
85+ http :
86+ mediaTypes : null
87+ methods :
88+ - (?i)GET|POST
89+ urls :
90+ - .*
6991# permalink
7092permalinks :
7193 section : /:section/:title/
You can’t perform that action at this time.
0 commit comments