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. 

 After some git checkouts I've noticed that the first breaking commit is this one: https://github.com/TYPO3/typo3/commit/df97f469c1d8e0c00fcee34d04384d813341ec62 df97f469c1d8e0c00fcee34d04384d813341ec62 which updates some npm dependencies. It seams like Firefox 105 is not compatible with them.

Back