diff --git a/nginx.conf b/nginx.conf index 3d38fa6fd5..aa8aac4105 100644 --- a/nginx.conf +++ b/nginx.conf @@ -11,7 +11,8 @@ http { index index.html; listen 80; - add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval' blob: data: ws:" always; + # Commenting out Content-Security-Policy_headers here so that it won't create over-ride conflict with the security headers mentioned in proxy-nginx.conf + # add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval' blob: data: ws:" always; # add_header Feature-Policy "microphone=(self),speaker=(self),fullscreen=(self),payment=(none);" always; add_header Permissions-Policy "microphone=(self),speaker=(self),fullscreen=(self),payment=(none)" always; }