mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fix #3616: Fix referrer handling for exclude-hash functionality
This commit is contained in:
parent
d9927a0489
commit
fa54d0b2b8
1 changed files with 1 additions and 0 deletions
|
|
@ -233,6 +233,7 @@
|
|||
}
|
||||
|
||||
let currentUrl = normalize(href);
|
||||
// Fix referrer handling for exclude-hash functionality
|
||||
let currentRef = referrer && referrer.startsWith(origin) ? '' : normalize(referrer);
|
||||
|
||||
let initialized = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue