We’re using a strict Content-Security-Policy with a style-src 'nonce-...' directive.
The <style> tags injected by Didomi (e.g., inside #didomi-host) don’t have a nonce attribute, which causes them to be blocked by the browser.
Would it be possible to add support for setting a nonce?
Thanks.
We’re using a strict Content-Security-Policy with a
style-src 'nonce-...'directive.The
<style>tags injected by Didomi (e.g., inside#didomi-host) don’t have anonceattribute, which causes them to be blocked by the browser.Would it be possible to add support for setting a
nonce?Thanks.