Rules
no-unsafe-iframe-sandbox
Full Name in eslint-plugin-react-dom
Full Name in @eslint-react/eslint-plugin
Presets
dom
recommended
recommended-typescript
recommended-type-checked
Description
Enforces sandbox
attribute for iframe
elements is not set to unsafe combinations.
This rule reports cases where attribute contains allow-scripts
and allow-same-origin
at the same time as this combination allows the embedded document to remove the sandbox attribute and bypass the restrictions.
Examples
Failing
Passing
Implementation
Further Reading
See Also
no-missing-iframe-sandbox
Enforces explicitsandbox
attribute foriframe
elements.no-unsafe-target-blank
Prevents the use oftarget="_blank"
withoutrel="noreferrer noopener"
.