Hi, I hope I did not overlook an answer already given here, didn't find one
I've enabled CSP for my site, the header is sent, and any style is rejected, or the nonce set – all as planned
When I enter some data to my CMS – the CSP header is NOT sent.
eg. mysite/admin -> header sent
mysite/admin/update/123/content/456 -> header is not sent
The practical difference: without CSP a spell check extension for the browser works, with CSP it does not.
So I'ld like to find out, where to modify this CI4 behavior
thanks for help, regards, thomas