Skip to content

Commit

Permalink
CSP fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seguinleo committed Aug 9, 2023
1 parent 3ecc151 commit 449d0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
},
{
key: 'content-security-policy',
value: 'upgrade-insecure-requests; default-src \'none\'; base-uri \'none\'; child-src \'none\'; connect-src \'self\'; frame-src \'none\'; frame-ancestors \'none\'; font-src \'self\'; form-action \'self\'; img-src \'self\'; manifest-src \'self\'; media-src \'none\'; object-src \'none\'; script-src \'self\'; script-src-attr \'none\'; script-src-elem \'self\' \'unsafe-inline\'; style-src \'self\'; worker-src \'self\';',
value: 'upgrade-insecure-requests; default-src \'none\'; base-uri \'none\'; child-src \'none\'; connect-src \'self\'; frame-src \'none\'; frame-ancestors \'none\'; font-src \'self\'; form-action \'self\'; img-src \'self\'; manifest-src \'self\'; media-src \'none\'; object-src \'none\'; script-src \'self\' \'unsafe-inline\'; script-src-attr \'none\'; style-src \'self\'; worker-src \'self\';',
},
{
key: 'cross-origin-embedder-policy',
Expand Down

1 comment on commit 449d0f0

@vercel
Copy link

@vercel vercel bot commented on 449d0f0 Aug 9, 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:

meteo – ./

meteo-git-main-leoseguin.vercel.app
meteo-leoseguin.vercel.app

Please sign in to comment.