Closed DiogoSoaress closed 2 months ago
Adds an explicit Content Security Policy to the website pages
Sets the Content Security Policy through a <meta> tag
<meta>
I tried to keep the allowed src lists as restrictive as possible without braking anything or lose of functionality
src
✅ Deployed successfully in branch deployment:
https://csp--homepage.review.5afe.dev
But if the ID is always fixed
Yes, in this case the Contentful space ID remains the same
What it solves
Adds an explicit Content Security Policy to the website pages
How this PR fixes it
Sets the Content Security Policy through a
<meta>
tagI tried to keep the allowed
src
lists as restrictive as possible without braking anything or lose of functionality