Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 990 Bytes

react-iframe-missing-sandbox.md

File metadata and controls

17 lines (10 loc) · 990 Bytes

An iframe element is missing a sandbox attribute (react-iframe-missing-sandbox)

The sandbox attribute enables an extra set of restrictions for the content in the iframe and should always be specified.

Additional functionality such as the ability to run scripts should be enabled only in justifiable cases after thorough security review.

Related Rules

More Reading