Skip to content

Commit

Permalink
Merge pull request #227 from WardPearce/fix/csp-errors
Browse files Browse the repository at this point in the history
Fix/csp errors
  • Loading branch information
WardPearce authored Jul 10, 2023
2 parents f19b962 + 29b4c92 commit 3f73144
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ 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: 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
4 changes: 0 additions & 4 deletions frontend/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "Content-Security-Policy",
"value": "default-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:;"
},
{
"key": "Feature-Policy",
"value": "microphone 'none'; camera 'none'; geolocation 'none'; payment 'none';"
Expand Down

1 comment on commit 3f73144

@vercel
Copy link

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

Please sign in to comment.