From daac4af58ccc431d5a80246abd07580c0e271e5a Mon Sep 17 00:00:00 2001 From: Lina Wolf <> Date: Thu, 10 Sep 2026 18:35:31 +0200 Subject: [PATCH] [BUGFIX] Repoint the dead link to the security guidelines The link pointed into the old Security Guide under /typo3cms/SecurityGuide/, which has returned 404 since that manual was merged into TYPO3 Explained. The section survived the merge with a matching anchor, so the link now uses the permalink t3coreapi:security-global-typo3-options-ipmasklist, verified to return 200. It is also given link text instead of being a bare URL, since a permalink on its own reads as an opaque slug. Assisted-by: Claude Opus 5 Signed-off-by: Lina Wolf --- Documentation/Exceptions/1389265900.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Exceptions/1389265900.rst b/Documentation/Exceptions/1389265900.rst index 62401941..a512859f 100644 --- a/Documentation/Exceptions/1389265900.rst +++ b/Documentation/Exceptions/1389265900.rst @@ -11,6 +11,6 @@ You are not allowed to access the backend as your IP does not matches the [BE][I Go to the Install Tool and add your IP address in :guilabel:`All Configuration` `['BE']['IPmaskList']`, using comma separation (no semicolon). -See also -https://docs.typo3.org/typo3cms/SecurityGuide/GuidelinesIntegrators/GlobalTYPO3Options/Index.html#ipmasklist +See also `IPmaskList in the security guidelines +`_ for more security advice.