What steps will reproduce the problem?
(1) Embed an iframe with a csp attribute to force it to implement a csp policy. Make sure the result of the src request has a CSP that subsumes the csp attribute value to make sure it's not blocked.
(2) Embed a nested iframe inside the first iframe that has a CSP that does not subsume the csp attribute
(3) The nested iframe is not blocked even though it should be according to spec (https://w3c.github.io/webappsec-csp/embedded/#required-csp)
What is the expected result?
The iframe should be blocked with an appropriate message
What happens instead?
The iframe is allowed to load even though its CSP does not subsume the required CSP
Comment 1 by est...@chromium.org
, Nov 10 2017