forked from AkkomaGang/akkoma
Let blob: pass CSP
This commit is contained in:
parent
dbc4791d9d
commit
1bd9749a8f
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ content-security-policy:
|
|||
default-src 'none';
|
||||
base-uri 'self';
|
||||
frame-ancestors 'none';
|
||||
img-src 'self' data: https:;
|
||||
img-src 'self' data: blob: https:;
|
||||
media-src 'self' https:;
|
||||
style-src 'self' 'unsafe-inline';
|
||||
font-src 'self';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue