Skip to content

Commit

Permalink
Merge pull request #226 from WardPearce/fix/csp
Browse files Browse the repository at this point in the history
Fixed formatting
  • Loading branch information
WardPearce authored Jul 10, 2023
2 parents dafbe00 + d10c4f4 commit f19b962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"key": "Content-Security-Policy",
"value": "Content-Security-Policy: default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:;"
"value": "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:;"
},
{
"key": "Feature-Policy",
Expand Down

1 comment on commit f19b962

@vercel
Copy link

@vercel vercel bot commented on f19b962 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

paaster – ./

paaster-boringsh.vercel.app
paaster.vercel.app
paaster.io
paaster-git-main-boringsh.vercel.app

Please sign in to comment.