fix: api.github.com cannot load

This commit is contained in:
林一二 2021-08-08 14:23:19 +08:00
parent b729c5cba7
commit 3e8539ca29

View file

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