🏠 New in High Baseline Support: Sandboxed iframes

January 29, 2018

caniuse · mdn · [spec]([‘https://html.spec.whatwg.org/multipage/iframe-embed-object.html#attr-iframe-sandbox’, ‘https://privacycg.github.io/storage-access/#sandboxing-storage-access’])

The sandbox attribute for the <iframe> HTML element sets many security restrictions on the iframe, such as preventing form submissions or opening modal dialogs. Optional allow- values relax specific restrictions.

Source features