bugfix-3
All checks were successful
release-tag / release-image (push) Successful in 1m55s

This commit is contained in:
2025-09-21 19:27:18 +02:00
parent 70a328ef4d
commit 6882453b6a
2 changed files with 66 additions and 29 deletions

View File

@@ -75,6 +75,7 @@ func main() {
"font-src 'self'",
"script-src 'self'",
"connect-src 'self'",
"media-src 'self'", // <- wichtig
}, "; "),
)
w.Header().Set("X-Content-Type-Options", "nosniff")