Update webpack.plugins.js

This commit is contained in:
林一二 2021-09-16 11:29:01 +08:00
parent ee24bcb570
commit 8faa62b3c5

View file

@ -64,7 +64,7 @@ exports.renderer = _.compact([
'style-src': ["'self' 'unsafe-inline'"],
'frame-src': ["'none'"],
'worker-src': ["'none'"],
'connect-src': ['https://api.github.com ws://localhost:3000'],
'connect-src': ['https://api.github.com https://tiddlygit-desktop.authing.cn ws://localhost:3000'],
},
{
nonceEnabled: {