Skip to content

Commit

Permalink
πŸš‘ fix csp
Browse files Browse the repository at this point in the history
  • Loading branch information
Platane committed Mar 14, 2024
1 parent 747946a commit 1cbf67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/public/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Referrer-Policy: no-referrer
Content-Security-Policy: default-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'
Content-Security-Policy: default-src 'self' 'wasm-unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' 'unsafe-inline'
Access-Control-Allow-Origin: <origin>
Permissions-Policy: geolocation=()

Expand Down

1 comment on commit 1cbf67d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.