We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c15e94 + 7033242 commit 805852cCopy full SHA for 805852c
index.js
@@ -83,7 +83,7 @@ module.exports = (api, options) => {
83
return resolve(JSON.stringify(jsonContent, null, 2))
84
}
85
86
- jsonContent.content_security_policy = "script-src 'self' 'unsafe-eval'; object-src 'self'"
+ jsonContent.content_security_policy = jsonContent.content_security_policy || "script-src 'self' 'unsafe-eval'; object-src 'self'"
87
88
try {
89
fs.statSync(keyFile)
0 commit comments