You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some issues today with the cache folder location of the html purifier. After some digging around it turns out that the constructor in HtmlDiff/HtmlDiff sets the config after the AbstractDiff is created. However the purifier is initialized inside the AbstractDiff so the cache path (from the config object) is not properly set at the time of execution.