You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running localhost from a custom host (https://myapp.local).
The way the localhost detection is currently implemented, the tracker does not recognize if I am on localhost or not, and therefore sends the request.
I am running localhost from a custom host (
https://myapp.local
).The way the localhost detection is currently implemented, the tracker does not recognize if I am on localhost or not, and therefore sends the request.
plausible-tracker/src/lib/request.ts
Lines 40 to 43 in 294405c
Possible Implementation
I would suggest to add an option where a user can change their localhost url and therefore making
isLocalhost
true. Happy to add a PR if you agree.The text was updated successfully, but these errors were encountered: