diff --git a/staticwebapp.config.json b/staticwebapp.config.json index 2e11c7df..d9696ff1 100644 --- a/staticwebapp.config.json +++ b/staticwebapp.config.json @@ -38,6 +38,6 @@ }, "globalHeaders": { "Permissions-Policy": "interest-cohort=()", - "Content-Security-Policy": "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src * 'self' data:; font-src 'self' data:; connect-src 'self' https://sheets.googleapis.com https://*.in.applicationinsights.azure.com; media-src * 'self'; object-src 'none'; frame-src 'none'; form-action 'none'; manifest-src 'self'" + "Content-Security-Policy": "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src * 'self' data:; font-src 'self' data:; connect-src * 'self'; media-src * 'self'; object-src 'none'; frame-src 'none'; form-action 'none'; manifest-src 'self'" } }