File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
set $CSP_FONT "font-src 'self' fonts.gstatic.com" ;
30
30
set $CSP_STYLE "style-src 'self' 'unsafe-hashes' 'unsafe-inline' ilhasoft.com.br cdnjs.cloudflare.com fonts.googleapis.com" ;
31
31
set $CSP_IMAGE "img-src 'self' data: www.google-analytics.com www.google.com.br www.googletagmanager.com *.amazonaws.com" ;
32
- set $CSP_CONNECT "connect-src 'self' *.weni.ai *.bothub.it www.google-analytics.com analytics.google.com *.hotjar.io wss://ws.hotjar.com" ;
32
+ set $CSP_CONNECT "connect-src 'self' *.weni.ai *.bothub.it www.google-analytics.com analytics.google.com *.hotjar.io wss://ws.hotjar.com https://s3.amazonaws.com " ;
33
33
set $CSP_FRAME_ANCESTORS "frame-ancestors 'self' *.weni.ai" ;
34
34
35
35
add_header Content-Security-Policy "${CSP_DEFAULT}; ${CSP_SCRIPT}; ${CSP_STYLE}; ${CSP_FONT}; ${CSP_IMAGE}; ${CSP_CONNECT}; ${CSP_FRAME_ANCESTORS};" ;
You can’t perform that action at this time.
0 commit comments