Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLiframe sandboxSingle-choice MCQ

An <iframe sandbox> is declared with an empty value (just the bare attribute). The framed page is same-origin with the parent. Which statement is true?

<iframe sandbox src="/same-origin.html"></iframe>