mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update nginx.conf
This commit is contained in:
parent
9de2a1dbac
commit
7c3ed39eea
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if ($args ~ ver=) {
|
||||||
}
|
}
|
||||||
more_set_headers "Cache-Control: $cacheControl";
|
more_set_headers "Cache-Control: $cacheControl";
|
||||||
set $styleSrc "'unsafe-inline' 'self' https://${main_domain}";
|
set $styleSrc "'unsafe-inline' 'self' https://${main_domain}";
|
||||||
set $connectSrc "'self' blob: https://${main_domain} https://${sandbox_domain} wss://${main_domain}";
|
set $connectSrc "'self' https://${main_domain} blob: wss://${api_domain} https://${sandbox_domain}";
|
||||||
set $fontSrc "'self' data: https://${main_domain}";
|
set $fontSrc "'self' data: https://${main_domain}";
|
||||||
set $imgSrc "'self' data: blob: https://${main_domain}";
|
set $imgSrc "'self' data: blob: https://${main_domain}";
|
||||||
set $frameSrc "'self' https://${sandbox_domain} blob:";
|
set $frameSrc "'self' https://${sandbox_domain} blob:";
|
||||||
|
|
Loading…
Reference in a new issue