URI encode title, url and referrer in tracker.
This commit is contained in:
@@ -44,9 +44,9 @@
|
|||||||
hostname,
|
hostname,
|
||||||
screen,
|
screen,
|
||||||
language,
|
language,
|
||||||
title,
|
title: encodeURIComponent(title),
|
||||||
url: currentUrl,
|
url: encodeURI(currentUrl),
|
||||||
referrer: currentRef,
|
referrer: encodeURI(currentRef),
|
||||||
});
|
});
|
||||||
|
|
||||||
/* Event handlers */
|
/* Event handlers */
|
||||||
|
|||||||
Reference in New Issue
Block a user