bug fix
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 57s
This commit is contained in:
@@ -69,7 +69,7 @@ class SecurityHeadersMiddleware(BaseHTTPMiddleware):
|
|||||||
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com 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; "
|
"font-src 'self' https://fonts.gstatic.com; "
|
||||||
"img-src 'self' data: https://*.tile.openstreetmap.org; "
|
"img-src 'self' data: https://*.tile.openstreetmap.org; "
|
||||||
"connect-src 'self' https://cdn.jsdelivr.net https://*.tile.openstreetmap.org; "
|
"connect-src 'self' https://cdn.jsdelivr.net https://*.tile.openstreetmap.org; https://unpkg.com"
|
||||||
"frame-ancestors 'none'; "
|
"frame-ancestors 'none'; "
|
||||||
"base-uri 'self'; "
|
"base-uri 'self'; "
|
||||||
"form-action 'self';"
|
"form-action 'self';"
|
||||||
|
|||||||
Reference in New Issue
Block a user