Skip to content

Commit 7c6aee5

Browse files
authored
Fix lists, link to docs
1 parent da674c5 commit 7c6aee5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/Exceptions/1588095935.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This error occurs when logging into the backend or Install Tool and is
1919
triggered by a failed check of the :code:`Referer` header.
2020

2121
The reason for this may be:
22+
2223
* the use of an HTTP proxy, e.g. a reverse proxy to an encapsulated system without sufficient header delegation
2324
* the webserver is not configured correctly to use a valid certificate
2425

@@ -27,9 +28,11 @@ Solution
2728

2829
* Check whether the HTTPS proxy is configured correctly.
2930
* Check whether the values for the variables are correct:
30-
* :code:`$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL']`
31-
* :code:`$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyIP']`
32-
* :code:`$GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern']`
31+
32+
* `$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxySSL'] <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-sys-reverseproxyssl>`_
33+
* `$GLOBALS['TYPO3_CONF_VARS']['SYS']['reverseProxyIP'] <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-sys-reverseproxyip>`_
34+
* `$GLOBALS['TYPO3_CONF_VARS']['SYS']['trustedHostsPattern'] <https://docs.typo3.org/permalink/t3coreapi:confval-globals-typo3-conf-vars-sys-trustedhostspattern>`_
35+
3336
* Check whether the HTTPS connection is secured by a valid certificate.
3437

3538
The security check for the correct referrer was introduced due to potential security risks,

0 commit comments

Comments
 (0)