Feature: #98488 - Additional setting for Typolink option "addQueryString"¶
See forge#98488
Description¶
The Typolink option typolink.addQueryString
now also accepts
the value untrusted
to be used to retrieve all GET parameters of the current request.
This value can also used in the Fluid ViewHelpers
<f:link.typolink>
and <f:uri.typolink>
.
Impact¶
Setting typolink.addQueryString = untrusted
adds any given query parameters
just as it was done in TYPO3 v11 when using typolink.addQueryString = 1
.