From 2164f485a21f7bc9d284131269e6232afa2afdb7 Mon Sep 17 00:00:00 2001 From: Oliver Hader <oliver@typo3.org> Date: Fri, 17 Mar 2023 08:26:33 +0100 Subject: [PATCH] [TASK] Use correct external link RST syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: #100190 Related: #99499 Releases: main Change-Id: I1148d368a1f961a34311a0d931999eedbbb0317e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78141 Tested-by: Nikita Hovratov <nikita.h@live.de> Tested-by: Chris Müller <typo3@krue.ml> Reviewed-by: Nikita Hovratov <nikita.h@live.de> Reviewed-by: Chris Müller <typo3@krue.ml> Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: core-ci <typo3@b13.com> Tested-by: Oliver Hader <oliver.hader@typo3.org> --- .../Feature-99499-IntroduceContent-Security-PolicyHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Documentation/Changelog/12.3/Feature-99499-IntroduceContent-Security-PolicyHandling.rst b/typo3/sysext/core/Documentation/Changelog/12.3/Feature-99499-IntroduceContent-Security-PolicyHandling.rst index 9d6c7ef74561..49b27656c2f0 100644 --- a/typo3/sysext/core/Documentation/Changelog/12.3/Feature-99499-IntroduceContent-Security-PolicyHandling.rst +++ b/typo3/sysext/core/Documentation/Changelog/12.3/Feature-99499-IntroduceContent-Security-PolicyHandling.rst @@ -12,7 +12,7 @@ Description =========== Corresponding representation of the W3C standard of -`Content-Security-Policy (CSP) <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy>` +`Content-Security-Policy (CSP) <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy>`__ has been introduced to TYPO3. Content-Security-Policy declarations can either be provided by using the the general builder pattern of :php:`\TYPO3\CMS\Core\Security\ContentSecurityPolicy\Policy`, extension specific mutations (changes to the general policy) via :file:`Configuration/ContentSecurityPolicies.php` -- GitLab