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 = () => ({
|
||||
website,
|
||||
hostname,
|
||||
hostname || 'none',
|
||||
screen,
|
||||
language,
|
||||
title: encode(title),
|
||||
|
Loading…
x
Reference in New Issue
Block a user