disable report for local csp

This commit is contained in:
Abhinav 2022-01-25 11:10:50 +05:30
parent 3869d7c0e5
commit b4399d473b

View file

@ -26,8 +26,6 @@ module.exports = {
'base-uri ': "'self'",
'frame-ancestors': " 'none'",
'form-action': "'none'",
'report-uri': 'https://csp-reporter.ente.io',
'report-to': 'https://csp-reporter.ente.io',
},
WORKBOX_CONFIG: {