In TYPO3 v13 there is now the possibility to add GET params to a white list:
$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['cachedParametersWhiteList'] = param1, param2;