mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
stop sending document title from client, since it is not used right now
This commit is contained in:
parent
9b47ee27ef
commit
37897e9d35
@ -100,7 +100,6 @@ function trackPageview() {
|
||||
sid: data.sid,
|
||||
p: path,
|
||||
h: hostname,
|
||||
t: document.title,
|
||||
r: referrer,
|
||||
u: data.pagesViewed.indexOf(path) == -1 ? 1 : 0,
|
||||
nv: data.isNewVisitor ? 1 : 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user