From 85d67068dc07da4dbccfaa798a428c76ff720788 Mon Sep 17 00:00:00 2001
From: Lina Wolf <noreply@example.com>
Date: Mon, 4 Mar 2024 11:01:57 +0000
Subject: [PATCH] [DOCS] Make the reason why noopener was removed more visible
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Releases: main, 12.4
Resolves: #103262
Change-Id: I30f4c1c7fd0f27b1712bbead42ceea6bf5f5e0f5
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83190
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
Tested-by: Simon Praetorius <simon@praetorius.me>
Reviewed-by: Simon Praetorius <simon@praetorius.me>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
---
 .../10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
index 79df4a289106..34e89a31a677 100644
--- a/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
+++ b/typo3/sysext/core/Documentation/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.rst
@@ -17,6 +17,11 @@ All links processed by :typoscript:`typolink` with external links opening in a n
 Links opening in a new window are defined as those having an attribute :html:`target` which is either not empty,
 :html:`_self`, :html:`_top` or :html:`_parent`.
 
+..  note::
+
+    Initially this feature added :html:`rel="noopener noreferrer`. However :html:`noreferrer` also
+    implies the property :html:`noopener`. Therfore the later was removed.
+
 
 Impact
 ======
-- 
GitLab