flawiddsouza / Restfox

Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

Home Page:https://restfox.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this external script for

MattBrooks95 opened this issue · comments

<script async defer data-website-id="ed9e95fd-48af-4aac-a929-2a9f04ce9883" src="https://umami.artelin.dev/umami-analytics.js"></script>

I was under the impression that this client was local only, but it pulls in a script from a third party.

That's for analytics, check this: https://umami.is/

EDIT: I suggest this: #63

Hi @MattBrooks95, as @RiQuY said, it's for basic analytics. The app will work fine even without the analytics. This not a third party script but my self hosted instance of umami.is. There's no personal data collected but I'll be adding an option to turn off analytics in the settings for privacy conscious folk. There is no telemetry or action tracking. It only counts visitors to the app. It's not collecting any data related to urls or the data you transmit within the application. You can verify the requests and the data Restfox is sending to confirm this. Removing it seems like an extreme option as it's just used by me to see how many users the application has.

I see. Thank you for the transparency.

Hi @MattBrooks95, @RiQuY. Option to opt out of page view tracking has been implemented and is now available. See: #72 (comment).