Skip to content

Commit

Permalink
Update playroom config
Browse files Browse the repository at this point in the history
  • Loading branch information
storywithoutend committed May 13, 2024
1 parent d715555 commit c3a857e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
plugins: [
new CspHtmlWebpackPlugin({
'worker-src': "'self'",
'script-src': ["'self'", "'sha256-UyYcl+sKCF/ROFZPHBlozJrndwfNiC5KT5ZZfup/pPc='", 'static.cloudflareinsights.com', '*.ens-app-v3.pages.dev'],
'script-src': ["'self'", "'sha256-UyYcl+sKCF/ROFZPHBlozJrndwfNiC5KT5ZZfup/pPc='", 'static.cloudflareinsights.com', '*.ens-app-v3.pages.dev', 'unsafe-eval'],
'frame-ancestors': ["'self"],

})
Expand Down

0 comments on commit c3a857e

Please sign in to comment.