Skip to content
Commit b6aaba14 authored by Christian Eßl's avatar Christian Eßl Committed by Benni Mack
Browse files

[BUGFIX] Allow protocol-relative urls in AssetRenderer

Allow including protocol-relative urls (urls that start with "//") in
the new AssetRenderer in the same way as it is already supported in
other parts of TYPO3.

Keep in mind, that using protocol-relative urls is considered an
antipattern nowadays and if you run your website solely on encrypted
connections (which you should by now), you can and should always request
all resources via https://.

Resolves: #90933
Releases: master
Change-Id: Iaf91091fca64fde889501f5ac55dbb943d4c116e
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64069


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent db78e2d0
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