mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
fix 'none' as hostname when 'data:' URLs
This commit is contained in:
parent
1b6429f55b
commit
d4da5aef00
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
const getPayload = () => ({
|
const getPayload = () => ({
|
||||||
website,
|
website,
|
||||||
hostname,
|
hostname || 'none',
|
||||||
screen,
|
screen,
|
||||||
language,
|
language,
|
||||||
title: encode(title),
|
title: encode(title),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue