mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
fix 'none' as hostname when 'data:' URLs
This commit is contained in:
parent
1b6429f55b
commit
d4da5aef00
@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
const getPayload = () => ({
|
const getPayload = () => ({
|
||||||
website,
|
website,
|
||||||
hostname,
|
hostname || 'none',
|
||||||
screen,
|
screen,
|
||||||
language,
|
language,
|
||||||
title: encode(title),
|
title: encode(title),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user