mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 15:23:38 +01:00
Merge pull request #70 from andrewvaca/patch-1
Generic AIP collect URL allowing subfolders
This commit is contained in:
commit
78888c3728
@ -17,7 +17,7 @@ import { post, hook, doNotTrack } from '../lib/web';
|
||||
if (!script || (__DNT__ && doNotTrack())) return;
|
||||
|
||||
const website = script.getAttribute('data-website-id');
|
||||
const hostUrl = new URL(script.src).origin;
|
||||
const hostUrl = new URL(script.src).href.split('/').slice(0, -1).join('/');
|
||||
const screen = `${width}x${height}`;
|
||||
const listeners = [];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user