diff options
-rw-r--r-- | track.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ scrolledTo = Math.max(scrolledTo, window.scrollY + window.innerHeight) }, false) window.addEventListener("beforeunload", ()=>{ - navigator.sendBeacon("http://stats.ignore.pl/entries", JSON.stringify({ + navigator.sendBeacon("https://stats.ignore.pl/entries", JSON.stringify({ "location": document.location.href, "referrer": document.referrer, "startedAt": startedAt, |