Skip to content

Commit 4edc1f0

Browse files
nnmrtsljharb
authored andcommitted
[Docs] iframe-missing-sandbox: fix link to iframe attribute on mdn
1 parent 88f7f09 commit 4edc1f0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3333
* [Refactor] [`jsx-props-no-multi-spaces`]: extract type parameters to var ([#3634][] @HenryBrown0)
3434
* [Docs] [`jsx-key`]: fix correct example ([#3656][] @developer-bandi)
3535
* [Tests] `jsx-wrap-multilines`: passing tests ([#3545][] @burtek)
36+
* [Docs] [`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#3690][] @nnmrts)
3637

38+
[#3690]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3690
3739
[#3679]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3679
3840
[#3677]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3677
3941
[#3675]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3675

docs/rules/iframe-missing-sandbox.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

99
## Rule Details
1010

0 commit comments

Comments
 (0)