[css-sizing-4] Update responsive-iframes-explainer.md#13961
Merged
Conversation
Contributor
Author
|
@chrishtr PTAL. |
chrishtr
reviewed
May 25, 2026
|
|
||
| Information about the contents of a cross-origin iframe can be exfiltrated by embedding it in a malicious document that observes the laid-out size of the iframe. This can be mitigated through use of the the `X-Frame-Options` HTTP header to allow embedding into only trusted embedding documents, plus the `responsive-embedded-sizing` `<meta>` tag to further opt into responsive layout. Additional restrictions could be put in place through contents of the `<meta>` tag that would restrict to only explicitly allowed origins. | ||
| Information about the contents of a cross-origin iframe can be exfiltrated by embedding it in a malicious document that observes the laid-out size of the iframe. | ||
| This can be mitigated through use of the the `Content-Security-Policy` HTTP header to allow embedding into only trusted embedding documents, |
Contributor
There was a problem hiding this comment.
Suggested change
| This can be mitigated through use of the the `Content-Security-Policy` HTTP header to allow embedding into only trusted embedding documents, | |
| This can be mitigated through use of the `Content-Security-Policy` HTTP header's [`frame-ancestors` value](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy/frame-ancestors) to allow embedding into only trusted embedding documents, |
Contributor
Author
There was a problem hiding this comment.
Done, thanks for the suggestion.
Contributor
|
Hi @kojiishi The CSS property has been switched to |
4b8b96c to
cbe0a7a
Compare
Contributor
Author
Done, thanks. |
Replaced `X-Frame-Options` with `Content-Security-Policy` for the [feedback]. Also updated the CSS property to the resolved one. [feedback]: https://groups.google.com/a/chromium.org/g/blink-dev/c/zBx_uoW7jRQ/m/Ilm304IyBQAJ
cbe0a7a to
d5add28
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaced
X-Frame-OptionswithContent-Security-Policyfor the feedback.