From 4edc1f0c1765d6224fa3705933b2845c9fdfa830 Mon Sep 17 00:00:00 2001 From: Nano Miratus Date: Sat, 17 Feb 2024 23:12:52 +0100 Subject: [PATCH] [Docs] `iframe-missing-sandbox`: fix link to iframe attribute on mdn --- CHANGELOG.md | 2 ++ docs/rules/iframe-missing-sandbox.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf6c826a0..0b0ff902a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/rules/iframe-missing-sandbox.md b/docs/rules/iframe-missing-sandbox.md index 85e3931faa..1934e67b63 100644 --- a/docs/rules/iframe-missing-sandbox.md +++ b/docs/rules/iframe-missing-sandbox.md @@ -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 +See ## Rule Details