Add files via upload
This commit is contained in:
parent
41dfcea63f
commit
082845ce41
1 changed files with 3 additions and 0 deletions
|
@ -912,6 +912,9 @@ module.exports = {
|
||||||
reportPercentage: parseFloat(process.env.CSP_REPORT_PERCENTAGE) || 0,
|
reportPercentage: parseFloat(process.env.CSP_REPORT_PERCENTAGE) || 0,
|
||||||
reportUri: process.env.CSP_REPORT_URI,
|
reportUri: process.env.CSP_REPORT_URI,
|
||||||
exclude: [],
|
exclude: [],
|
||||||
|
viewDirectives: {
|
||||||
|
'app/views/project/ide-react': [`img-src 'self' data: blob:`],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
unsupportedBrowsers: {
|
unsupportedBrowsers: {
|
||||||
|
|
Loading…
Reference in a new issue