Add files via upload

This commit is contained in:
David Rotermund 2024-10-01 18:15:18 +02:00 committed by GitHub
parent 41dfcea63f
commit 082845ce41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {