allow data: images in CSP
This commit is contained in:
parent
15ad5f1615
commit
0dd39e6984
|
@ -25,5 +25,5 @@
|
||||||
X-Content-Type-Options = "nosniff"
|
X-Content-Type-Options = "nosniff"
|
||||||
X-Frame-Options = "DENY"
|
X-Frame-Options = "DENY"
|
||||||
X-XSS-Protection = "1"
|
X-XSS-Protection = "1"
|
||||||
Content-Security-Policy = "default-src 'self' https://*.fediverse.space https://plausible.cursed.technology; style-src 'self' 'unsafe-inline';"
|
Content-Security-Policy = "default-src 'self' https://*.fediverse.space https://plausible.cursed.technology; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue