Skip to content
Prev Previous commit
Next Next commit
Update crates/oxc_linter/src/rules/react/iframe_missing_sandbox.rs
  • Loading branch information
DonIsaac authored Oct 10, 2024
commit fd620c5199027c486030cce246b86256e395ac3c
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ declare_oxc_lint!(
/// ```jsx
/// <iframe/>;
/// <iframe sandbox="invalid-value" />;
/// <iframe sandbox="allow-same-origin allow-scripts"/>;
/// ```
///
/// Examples of **correct** code for this rule:
Expand Down