Skip to content
Snippets Groups Projects
Commit 4d0673f7 authored by Benni Mack's avatar Benni Mack Committed by Andreas Fernandez
Browse files

[TASK] Deprecate config.baseURL

The methods:
TSFE->wrapBaseUrl()
PageRenderer->setBaseUrl()

and the TypoScript setting config.baseURL are
set to be removed, as the <base> tag has its drawback
with Crawlers and with Site Handling, proper
links with "config.absRefPrefix=auto" or the global
"config.forceAbsoluteUrls = 1" (available in v12.1),
solve all use cases nowadays.

Resolves: #99170
Releases: main
Change-Id: I90131a01a731322a65bd75875e239151a2269b52
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/76768


Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSusanne Moog <look@susi.dev>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarSusanne Moog <look@susi.dev>
parent 47c22811
Branches
Tags
Showing with 123 additions and 12 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment