Skip to content

Commit

Permalink
[Docs] iframe-missing-sandbox: fix link to iframe attribute on mdn
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts authored and ljharb committed Feb 17, 2024
1 parent 88f7f09 commit 4edc1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -33,7 +33,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
* [Refactor] [`jsx-props-no-multi-spaces`]: extract type parameters to var ([#3634][] @HenryBrown0)
* [Docs] [`jsx-key`]: fix correct example ([#3656][] @developer-bandi)
* [Tests] `jsx-wrap-multilines`: passing tests ([#3545][] @burtek)
* [Docs] [`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#3690][] @nnmrts)

[#3690]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
[#3679]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3679
[#3677]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3677
[#3675]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3675
Expand Down
2 changes: 1 addition & 1 deletion docs/rules/iframe-missing-sandbox.md
Expand Up @@ -4,7 +4,7 @@

The sandbox attribute enables an extra set of restrictions for the content in the iframe. Using sandbox attribute is considered a good security practice.

See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#attr-sandbox>
See <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox>

## Rule Details

Expand Down

0 comments on commit 4edc1f0

Please sign in to comment.