Project

General

Profile

Bug #100756

Updated by Simon Schaufelberger about 1 year ago

I have updated my TYPO3 core test environment running on PHP 8.1 and nginx and the backend is running find but the install tool is not working at all. These are the console errors that I get: 

 Browser: Firefox 105 under Ubuntu 18 (latest released version) 

 !ContentSecurityPolicy.png! 

 In typo3conf/system/settings.php the feature is disabled. 

 This is the URL: https://typo3-git.test/typo3/install.php?install[controller]=maintenance&install[context]=backend 

 I expect that it would work with http as well because the feature is disabled but I get the same error. 

 Maybe this error has also nothing to do with the CSP but instead about loading the JavaScript resource.

Back