FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

v:page.absoluteUrl: Allow to rebuild the URL and filter out GET-parameters #1663

Open neufeind opened 4 years ago

neufeind commented 4 years ago

Allow to filter out parameters, most prominently those in [FE][cHashExcludedParameters] but maybe also others which could optionally be provided.

Currently the ViewHelper just passes through the URL from TYPO3. We'd need to break the URL into pieces and reconstruct it.