Skip to content

Commit

Permalink
HEADERS: add frame-ancestors policy directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kborer authored and ariataylor96 committed Apr 20, 2023
1 parent 0dee8f0 commit 9562fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zygoat/components/frontend/resources/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { plugins, config } = require('./zygoat.next.config');
const contentSecurityPolicy = {
key: 'Content-Security-Policy',
value:
"default-src 'self' https://static.zdassets.com/ekr/snippet.js https://www.google-analytics.com/analytics.js https://cdnjs.cloudflare.com https://hello.myfonts.net https://ekr.zendesk.com https://widget-mediator.zopim.com https://willing.zendesk.com https://www.google-analytics.com https://v2assets.zopim.io http://hello.myfonts.net/count/36e46e https://static.zdassets.com 'unsafe-eval' 'unsafe-inline'; upgrade-insecure-requests",
"default-src 'self' https://static.zdassets.com/ekr/snippet.js https://www.google-analytics.com/analytics.js https://cdnjs.cloudflare.com https://hello.myfonts.net https://ekr.zendesk.com https://widget-mediator.zopim.com https://willing.zendesk.com https://www.google-analytics.com https://v2assets.zopim.io http://hello.myfonts.net/count/36e46e https://static.zdassets.com 'unsafe-eval' 'unsafe-inline'; frame-ancestors 'none'; upgrade-insecure-requests",
};

const extendedConfig = {
Expand Down

0 comments on commit 9562fed

Please sign in to comment.