Files
ladybird/Libraries/LibWeb/HTML/HTMLIFrameElement.cpp
Shannon Booth 290db9d690 LibWeb: Set iframe sandbox flags before child navigable creation
The initial about:blank document inherits sandbox flags when the
child navigable is created. Parse the iframe sandbox attribute first
so the initial child document gets the correct sandbox state.

Fixed in the HTML spec with:

https://github.com/whatwg/html/commit/3fd7f35
2026-04-14 23:01:36 +02:00

15 KiB