← Back to context Comment by kinlan 8 hours ago Author of the linked post here. This is actually a pretty interesting idea, I'll pass it to the team. 2 comments kinlan Reply spankalee 4 hours ago Enabling the `integrity ` attribute on iframes would help: https://github.com/w3c/webappsec-subresource-integrity/issue...But then you'd also want the frame content to use `integrity` on nested resoures.CSP frame-src can help for now.
spankalee 4 hours ago Enabling the `integrity ` attribute on iframes would help: https://github.com/w3c/webappsec-subresource-integrity/issue...But then you'd also want the frame content to use `integrity` on nested resoures.CSP frame-src can help for now.
Enabling the `integrity ` attribute on iframes would help: https://github.com/w3c/webappsec-subresource-integrity/issue...
But then you'd also want the frame content to use `integrity` on nested resoures.
CSP frame-src can help for now.