-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Web Common
-
Release Notes Summary:A new nuxeo.conf property allows to override the default Content Security Policy.
-
Release Notes Description:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #114, nxplatform #115, nxplatform #116, nxplatform #117
-
Story Points:3
Currently, the only way to configure the CSP used is through an XML contribution.
We want to be able to use a nuxeo.conf property such as:
nuxeo.content.security.policy=img-src data: blob: *; default-src blob: *; script-src 'nonce-dummy' 'unsafe-eval' 'strict-dynamic'; style-src 'unsafe-inline' *; font-src data: *