indentation typo

This commit is contained in:
ChrispyBacon-dev 2025-08-24 13:26:07 +02:00
parent dbd089068f
commit 8e9722359d

View file

@ -131,7 +131,7 @@ def add_security_headers_bp(response):
is_https = current_app.config.get('PREFERRED_URL_SCHEME') == 'https'
csp = {
csp = {
"default-src": ["'self'"],
"script-src": ["'self'", "'unsafe-inline'", "https://cdn.jsdelivr.net"],
"style-src": ["'self'", "'unsafe-inline'", "https://rsms.me", "https://cdn.jsdelivr.net"],