SUPPORT-8783: Fix
This commit is contained in:
parent
66feed1f01
commit
e3f0cab342
2 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ server {
|
|||
index index.html;
|
||||
expires -1;
|
||||
|
||||
add_header Content-Security-Policy "frame-ancestors 'none'; default-src 'self'; script-src 'self'; style-src 'unsafe-inline' 'self' data:; font-src 'self' data:; img-src 'self' data:;";
|
||||
add_header Content-Security-Policy "frame-ancestors 'none'; default-src 'self'; connect-src 'self' https; script-src 'self'; style-src 'unsafe-inline' 'self' data:; font-src 'self' data:; img-src 'self' data:;";
|
||||
|
||||
# Media: images, icons, video, audio, HTC
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|mp3|ogg|ogv|webm|htc|woff2|woff|ttf)$ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue