Skip to content

Commit 89e0819

Browse files
committed
Added headers to devServer
1 parent fca1012 commit 89e0819

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

webapp/webpack.config.dev.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ extended.devServer = {
77
port: 8081,
88
inline: true,
99
publicPath: '/geppetto/build',
10-
10+
headers: {
11+
'Content-Security-Policy': "frame-ancestors 'self' https://example.com"
12+
},
1113
proxy: [
1214
{
1315
path: '/',

0 commit comments

Comments
 (0)