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

This commit is contained in:
Tudor
2026-01-09 00:07:51 +00:00
parent 116be294a3
commit 51836852e4

View File

@@ -68,8 +68,8 @@ class SecurityHeadersMiddleware(BaseHTTPMiddleware):
"script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://unpkg.com; "
"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; "
"img-src 'self' data: https://*.tile.openstreetmap.org https://unpkg.com; "
"connect-src 'self' https://cdn.jsdelivr.net https://*.tile.openstreetmap.org; "
"frame-ancestors 'none'; "
"base-uri 'self'; "
"form-action 'self';"