mirror of https://github.com/xwiki-labs/cryptpad
add missing connect-src directives to example nginx conf
This commit is contained in:
parent
d9ab8d3f62
commit
8700345ccc
|
@ -72,7 +72,7 @@ server {
|
|||
set $styleSrc "'unsafe-inline' 'self' ${main_domain}";
|
||||
|
||||
# connect-src restricts URLs which can be loaded using script interfaces
|
||||
set $connectSrc "'self' https://${main_domain} $main_domain https://${api_domain} blob:";
|
||||
set $connectSrc "'self' https://${main_domain} ${main_domain} https://${api_domain} blob: wss://${api_domain} ${api_domain} ${files_domain}";
|
||||
|
||||
# fonts can be loaded from data-URLs or the main domain
|
||||
set $fontSrc "'self' data: ${main_domain}";
|
||||
|
|
Loading…
Reference in New Issue