Skip to content

Commit d4e4dd6

Browse files
committed
Changed CSP
1 parent 89e0819 commit d4e4dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extended.devServer = {
88
inline: true,
99
publicPath: '/geppetto/build',
1010
headers: {
11-
'Content-Security-Policy': "frame-ancestors 'self' https://example.com"
11+
'Content-Security-Policy': "frame-ancestors 'self'"
1212
},
1313
proxy: [
1414
{

0 commit comments

Comments
 (0)