https://cdn.ui.porsche.com and https://cdn.ui.porsche.cn for default-src, style-src and
script-src, all basic use cases should be covered.nonce attribute on the script and style tag that the partial produces and whitelist this nonce
in the CSP header/meta tagscript's and style's hashed content in the CSP header/meta tag{ format: 'sha256' } in order to receive the hash that needs to be applied with single quotes in the CSP header/meta
tag.getInitialStyles({ format: 'sha256' }) is already wrapped in single
quotes so it can be used directly in your policy.