bug fix
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s

This commit is contained in:
Tudor
2026-01-08 23:55:36 +00:00
parent 4b91eb403a
commit 116be294a3

View File

@@ -69,7 +69,7 @@ class SecurityHeadersMiddleware(BaseHTTPMiddleware):
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net https://unpkg.com; "
"font-src 'self' https://fonts.gstatic.com; "
"img-src 'self' data: https://*.tile.openstreetmap.org; "
"connect-src 'self' https://cdn.jsdelivr.net https://*.tile.openstreetmap.org; https://unpkg.com"
"connect-src 'self' https://cdn.jsdelivr.net https://*.tile.openstreetmap.org; https://unpkg.com; "
"frame-ancestors 'none'; "
"base-uri 'self'; "
"form-action 'self';"