Fix CSP config (#13693)

GitOrigin-RevId: be5cedf5410a9f9ae20e447b4187eb5f0e8448fb
This commit is contained in:
Alf Eaton 2023-07-18 11:15:23 +01:00 committed by Copybot
parent 5f0c551626
commit db86813480

View file

@ -819,7 +819,7 @@ module.exports = {
reportOnly: process.env.CSP_REPORT_ONLY === 'true',
reportPercentage: parseFloat(process.env.CSP_REPORT_PERCENTAGE) || 0,
reportUri: process.env.CSP_REPORT_URI,
exclude: ['app/views/project/editor', 'app/views/project/list-react'],
exclude: ['app/views/project/editor'],
},
unsupportedBrowsers: {