Const
The permissions and loading attributes every rendered <iframe> carries. sandbox is the load-bearing one: it keeps the framed page from navigating the top window or reading the document, whatever the host.
<iframe>
sandbox
The permissions and loading attributes every rendered
<iframe>carries.sandboxis the load-bearing one: it keeps the framed page from navigating the top window or reading the document, whatever the host.