Skip to content

Commit cbed389

Browse files
author
marci
committed
Entferne Sicherheitskonfigurationen und aktiviere Umami-Analytics
1 parent 0bf7034 commit cbed389

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

hugo.yaml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -79,28 +79,7 @@ languages:
7979
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
8080
DefaultContentLanguage: de
8181
# Security headers
82-
security:
83-
enableInlineShortcodes: false
84-
exec:
85-
allow:
86-
- ^(dart-)?sass(-embedded)?$
87-
- ^go$
88-
- ^git$
89-
- ^npx$
90-
- ^postcss$
91-
- ^tailwindcss$
92-
osEnv:
93-
- (?i)^((HTTPS?|NO)_PROXY|PATH(EXT)?|APPDATA|TE?MP|TERM|GO\w+|(XDG_CONFIG_)?HOME|USERPROFILE|SSH_AUTH_SOCK|DISPLAY|LANG|SYSTEMDRIVE)$
94-
funcs:
95-
getenv:
96-
- ^HUGO_
97-
- ^CI$
98-
http:
99-
mediaTypes: null
100-
methods:
101-
- (?i)GET|POST
102-
urls:
103-
- .*
82+
10483

10584

10685
# permalink
@@ -183,11 +162,12 @@ params:
183162
#darkBackground: /images/site/background.jpg
184163

185164
analytics:
186-
enabled: false
165+
enabled: true
187166
services:
188-
matomo:
189-
instance: https://analytics.securebits.org
190-
siteID: 1
167+
umami:
168+
scheme: https
169+
instance: 396c6de1-1262-4153-91ad-40d7adfa3b3f
170+
invisible: 1
191171

192172

193173
# Provide logos for your site. The inverted logo will be used in the initial

0 commit comments

Comments
 (0)