fix styled-components and CSP

This commit is contained in:
Tao Bojlén 2020-05-18 19:28:20 +01:00
parent a61754d388
commit b2439237c2
1 changed files with 1 additions and 1 deletions

View File

@ -25,5 +25,5 @@
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
X-XSS-Protection = "1"
Content-Security-Policy = "default-src 'self' https://*.fediverse.space"
Content-Security-Policy = "default-src 'self' https://*.fediverse.space; style-src 'self' 'unsafe-inline'"