We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71df40 commit 3e6973eCopy full SHA for 3e6973e
webpack.common.js
@@ -270,7 +270,7 @@ module.exports = (publicPath = "auto") => {
270
font-src ${authorizedFontSources.join(" ")};
271
connect-src ${authorizedConnectSources.join(
272
" "
273
- )} ${logEndpoint} ;
+ )} ${logEndpoint} ${backendEndPoint};
274
`,
275
},
276
@@ -291,7 +291,9 @@ module.exports = (publicPath = "auto") => {
291
frame-src ${authorizedFrameSources.join(" ")};
292
img-src ${authorizedImageSources.join(" ")};
293
294
- connect-src ${authorizedConnectSources.join(" ")} ${logEndpoint} ;
+ connect-src ${authorizedConnectSources.join(
295
+ " "
296
297
298
299
0 commit comments