Skip to content

Commit

Permalink
fix: Allow all third-party content
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz authored Jun 20, 2024
1 parent 6fc5e3c commit 107f1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
}
}

0 comments on commit 107f1cd

Please sign in to comment.