-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed as not planned
Labels
Description
Describe the feature or enhancement
On desktop, it's easy enough to set the localStorage item to make Umami exclude my own visits. On mobile, that's more complicated and not possible on all browsers. It would be nice to have some other way to set that value and have Umami exclude my visits.
Correct me if I'm wrong, but I think it might be possible to use a cookie set by the web UI that would be sent along with the tracking requests and could be used to exclude someone who had logged into the UI (assuming the UI and tracking endpoint are on the same domain).