allow data: images in CSP

pull/1/head
Tao Bojlén 2020-10-11 11:39:41 +01:00
rodzic 15ad5f1615
commit 0dd39e6984
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C6EC7AAB905F9E6F
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 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:"