diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php index 84f1ef8177330426fdf068e43d484273bd3b7573..1f0df9f4fe2841e7e16b1f5c3686af5398bf4515 100644 --- a/plugins/Live/Visitor.php +++ b/plugins/Live/Visitor.php @@ -307,7 +307,10 @@ class Visitor implements VisitorInterface } // Reconstruct url from prefix - $actionDetail['url'] = Tracker\PageUrl::reconstructNormalizedUrl($actionDetail['url'], $actionDetail['url_prefix']); + $url = Tracker\PageUrl::reconstructNormalizedUrl($actionDetail['url'], $actionDetail['url_prefix']); + $url = Common::unsanitizeInputValue($url); + + $actionDetail['url'] = $url; unset($actionDetail['url_prefix']); // Set the time spent for this action (which is the timeSpentRef of the next action)