Skip to content

Commit

Permalink
Update vercel.json and added demdex to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf authored Aug 26, 2024
1 parent 1c289ea commit 9d1d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"headers": [
{
"key": "Content-Security-Policy",
"value": "frame-ancestors 'self'; upgrade-insecure-requests; img-src 'self' blob: data: res.cloudinary.com; font-src 'self'; object-src 'none'; form-action 'self'; connect-src 'self' https://vercel.live/; style-src 'self' 'unsafe-inline'; block-all-mixed-content;"
"value": "frame-ancestors 'self'; upgrade-insecure-requests; img-src 'self' blob: data: res.cloudinary.com; font-src 'self'; object-src 'none'; form-action 'self'; connect-src 'self' https://dpm.demdex.net https://vercel.live/; style-src 'self' 'unsafe-inline'; block-all-mixed-content;"
},
{
"key": "X-Content-Type-Options",
Expand Down

0 comments on commit 9d1d45c

Please sign in to comment.