Actions
Bug #3985
closedCaching on getIntegrations breaks duplicate calls with different variables
Description
getIntegrations has pointless caching that is only caching based off the trigger. It is observed there is zero performance impact of removing this caching. The caching breaks duplicate trigger calls, for example when using the new CB AnitSpam to render captcha it results in the same captcha rendered for each usage and breaks refresh/audio usage (captcha will still validate fine though). Remove the caching.
Actions