Skip to content

Commit 6094b8d

Browse files
Elias Häußlergarvinhicking
authored andcommitted
[DOCS] Correct admonition syntax in changelog file
Related: #106307 Releases: main Resolves: #108270 Change-Id: I1553cb52faa281a9e0f5dc0dd25acd588d2e0081 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/91829 Reviewed-by: Lina Wolf <112@linawolf.de> Tested-by: core-ci <typo3@b13.com> Reviewed-by: Sven Liebert <mail@sven-liebert.de> Tested-by: Garvin Hicking <garvin@hick.ing> Tested-by: Sven Liebert <mail@sven-liebert.de> Reviewed-by: Garvin Hicking <garvin@hick.ing> Tested-by: Lina Wolf <112@linawolf.de>
1 parent e1830d8 commit 6094b8d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

typo3/sysext/core/Documentation/Changelog/14.0/Breaking-106307-UseStrongerCryptographicAlgorithmForHMAC.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,14 @@ Execute the database analyzer in the Install Tool or run :bash:`vendor/bin/typo3
9292
- File dump and show image URLs regenerate automatically on next access
9393
- External references to file/image URLs must be updated
9494

95-
> [!IMPORTANT]
96-
> Existing links with `&cHash=` URL parameters will become invalid and respond with
97-
> an HTTP 404 error. Search engines first need to crawl the site and discover the
98-
> new URLs having the longer cache-hash value. This probably has an impact on SEO.
99-
>
100-
> :php:`$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['fallbackToLegacyHash'] = true;`
101-
> can be used to still allow the legacy MD5 cache-hash during frontend requests.
95+
.. important::
96+
97+
Existing links with `&cHash=` URL parameters will become invalid and respond with
98+
an HTTP 404 error. Search engines first need to crawl the site and discover the
99+
new URLs having the longer cache-hash value. This probably has an impact on SEO.
100+
101+
:php:`$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['fallbackToLegacyHash'] = true;`
102+
can be used to still allow the legacy MD5 cache-hash during frontend requests.
102103

103104
**Sessions:**
104105

0 commit comments

Comments
 (0)