mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
indentation typo
This commit is contained in:
parent
dbd089068f
commit
8e9722359d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue