Skip to content

Commit

Permalink
Merge pull request #225 from WardPearce/fix/scp
Browse files Browse the repository at this point in the history
Added more SCP allows
  • Loading branch information
WardPearce authored Jul 10, 2023
2 parents f4da93f + 92bf3f8 commit dafbe00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ in MinIO container and configure it for public access.
- `Strict-Transport-Security: max-age=31536000`
- `X-XSS-Protection: 1; mode=block`
- `X-Frame-Options: DENY`
- `Content-Security-Policy: default-src 'self'`
- `Content-Security-Policy: Content-Security-Policy: default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:;`
- `Feature-Policy: microphone 'none'; camera 'none'; geolocation 'none'; payment 'none';`

### Vercel
Expand Down
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": "default-src 'self'"
"value": "Content-Security-Policy: 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 dafbe00

@vercel
Copy link

@vercel vercel bot commented on dafbe00 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-git-main-boringsh.vercel.app
paaster.vercel.app
paaster.io

Please sign in to comment.