Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 515 Bytes

iframe-sandbox.md

File metadata and controls

14 lines (11 loc) · 515 Bytes

feature: iframe[sandbox] status: use tags: gtie9 kind: html polyfillurls:

This attribute enables fine-grained control over the capabilities of a document housed within an iFrame.

Browser support is not nearly high enough to consider this measure alone sufficient for sanitizing output. Use this attribute as part of a defense-in-depth strategy.

Also see more about implementing iframe[sandbox] responsibly on Bocoup's blog.