From: Kai Moritz Date: Wed, 3 Jun 2026 23:00:25 +0000 (+0000) Subject: fix: security.allowContent für Hugo 0.162.0 ergänzt X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=cce05d8127d120114bc18f728996e9b433e4a475;p=website fix: security.allowContent für Hugo 0.162.0 ergänzt Hugo 0.162.0 blockiert HTML-Inhaltsdateien standardmäßig über die neue Sicherheitsrichtlinie. allowContent ist eine Allowlist — das Pattern "^text/" erlaubt text/markdown und text/html (benötigt u.a. für die generierten Maven-Site-HTML-Dateien in projects/). Co-Authored-By: Claude Sonnet 4.6 --- diff --git a/hugo.yaml b/hugo.yaml index 4905777a..b3e684a2 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,4 +1,7 @@ baseURL: https://juplo.de +security: + allowContent: + - "^text/" disablePathToLower: true copyright: Kai Moritz languageCode: en-US diff --git a/themes/hugo-juplo b/themes/hugo-juplo index 593e6a70..3504983d 160000 --- a/themes/hugo-juplo +++ b/themes/hugo-juplo @@ -1 +1 @@ -Subproject commit 593e6a701da261c5d0fa6bc91bb35d607c2af7a7 +Subproject commit 3504983dc9a87c9b92ab8c648c084202a368cb9d