File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ This error occurs when logging into the backend or Install Tool and is
1919triggered by a failed check of the :code: `Referer ` header.
2020
2121The 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
3538The security check for the correct referrer was introduced due to potential security risks,
You can’t perform that action at this time.
0 commit comments