We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e0819 commit d4e4dd6Copy full SHA for d4e4dd6
1 file changed
webapp/webpack.config.dev.js
@@ -8,7 +8,7 @@ extended.devServer = {
8
inline: true,
9
publicPath: '/geppetto/build',
10
headers: {
11
- 'Content-Security-Policy': "frame-ancestors 'self' https://example.com"
+ 'Content-Security-Policy': "frame-ancestors 'self'"
12
},
13
proxy: [
14
{
0 commit comments