Skip to content

Commit

Permalink
Update CSP for report ony
Browse files Browse the repository at this point in the history
  • Loading branch information
tofran committed Sep 18, 2024
1 parent 06f6db5 commit dd632e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
{
"key": "Content-Security-Policy",
"value": "default-src *; script-src *; img-src *; media-src 'self'; object-src *; child-src 'none'; frame-ancestors https://app.storyblok.com"
"value": "frame-ancestors https://app.storyblok.com; upgrade-insecure-requests"
},
{
"key": "Content-Security-Policy-Report-Only",
"value": "default-src *; script-src *; img-src 'self'; media-src 'self'; object-src *; child-src 'none'; frame-ancestors https://app.storyblok.com; report-uri https://exgb4n9a.uriports.com/reports/report; report-to default"
"value": "script-src * 'unsafe-inline'; script-src-attr 'none'; img-src 'self' *.storyblok.com; media-src 'self' *.storyblok.com; object-src *; child-src 'none'; frame-ancestors https://app.storyblok.com; report-uri https://exgb4n9a.uriports.com/reports/report; report-to default"
},
{
"key": "X-Content-Type-Options",
Expand Down

0 comments on commit dd632e8

Please sign in to comment.