Prevent iframe from inheriting CSP headers
I have an angular 6 application where Content Security Policy headers are applied via a meta tag.
On one of the pages there is an iframe for which those headers should not be applied.
For some reason parent CSP headers are … Continue reading Prevent iframe from inheriting CSP headers