>
>
> There is a CSP directive defined in
> https://w3c.github.io/webappsec/specs/mixedcontent/#strict-documents. Is
> that more or less along the lines of what you're looking for?
>
> -mike
>
> Yes, like that, but which cascades to descendant contexts.
I guess that would be implied by the iframe sandbox attribute which would
be included-by-reference into CSP's sandbox directive. It just seems ugly
that you'd have to set a sandbox and christmas-tree the flags to get this
behavior. It also seems a bit out-of-pattern to add new flags to
sandboxing in this way. All the other flags loosen the sandbox. (this was
probably a poor design choice from a forward evolution standpoint, now that
I think about it, but that ship has sailed)
-Brad