mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Fix CSP config (#13693)
GitOrigin-RevId: be5cedf5410a9f9ae20e447b4187eb5f0e8448fb
This commit is contained in:
parent
5f0c551626
commit
db86813480
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue