Deprecation: #109409 - Allowed paths configuration is deprecated 

See forge#109409

Description 

Using $GLOBALS['TYPO3_CONF_VARS']['FE']['addAllowedPaths'] to configure additional public paths for the typo3/app package has been deprecated.

Configure resources in config/system/resources.php instead. See Feature: #109409 - Allow configuration of resources for details.

Impact 

TYPO3 installations using $GLOBALS['TYPO3_CONF_VARS']['FE']['addAllowedPaths'] will receive a deprecation message whenever resources for the typo3/app package are resolved.

Affected installations 

TYPO3 installations using $GLOBALS['TYPO3_CONF_VARS']['FE']['addAllowedPaths'] .

Migration 

Configure resources in config/system/resources.php instead of using $GLOBALS['TYPO3_CONF_VARS']['FE']['addAllowedPaths'] .

See Feature: #109409 - Allow configuration of resources for how to configure resources for the typo3/app package.