Bug #91406
closed
"#1588095936: Missing referrer for Install Tool" in TYPO3 7.6.42 ELTS
Added by Dan Ilea over 4 years ago.
Updated over 4 years ago.
Description
Error "#1588095936: Missing referrer for Install Tool" occurs in TYPO3 7.6.42 ELTS and it seems to be related to the latest security update.
Reproduction steps:
- login to the TYPO3 backend
- unlock the "Install Tool"
- the error message appears
Tested on multiple servers & environments, does not seem to depend on PHP version or other factors.
- Assignee changed from Oliver Hader to Andreas Kienast
- Target version deleted (
9.5.18 & 10.4.3)
Handing over to TYPO3 GmbH analyzing and handling ELTS packages.
- Related to Bug #91414: After update from 9.5.16 to 9.5.17 I get an error 'Missing referrer for /main' in /typo3 added
- Related to Bug #91420: MissingReferrerException TYPO3 v10.4.2 added
- Status changed from New to Needs Feedback
Please have a look in references issues to this ticket. The interesting aspects are
reverseProxy
settings
- custom
Referrer-Policy
HTTP headers (e.g. set to no-referrer
)
Update from 7.6.41 to 42
my mod_headers
# Referrer-Policy
Header set Referrer-Policy "same-origin"
# X-Frame-Options
Header always append X-Frame-Options SAMEORIGIN
also can not login to install Tool
headers were set in client
with 7.6.42 it's possible to excess the instaltool over /typo3/install/
For my project the problem is solved in 7.6.43, thanks for the fast release.
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF