mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
URI encode title, url and referrer in tracker.
This commit is contained in:
parent
288836d4a5
commit
0d442b751d
@ -44,9 +44,9 @@
|
||||
hostname,
|
||||
screen,
|
||||
language,
|
||||
title,
|
||||
url: currentUrl,
|
||||
referrer: currentRef,
|
||||
title: encodeURIComponent(title),
|
||||
url: encodeURI(currentUrl),
|
||||
referrer: encodeURI(currentRef),
|
||||
});
|
||||
|
||||
/* Event handlers */
|
||||
|
Loading…
Reference in New Issue
Block a user