-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cobalt continues connecting to the Plausible instance after analytics are disabled #1136
Comments
hey! the script should stop making requests completely once it sees |
it’s also supposed to log “ignoring event” in console: https://plausible.io/docs/excluding-localstorage |
Thanks for the quick response and clarification!
I think it'd be best not to load the script at all. If anything, it'd give users more peace of mind and not mislead them into thinking Cobalt is still sending analytics after disabling them in settings (even though it isn't). Also probably a good idea to not make unnecessary connections/load unnecessary scripts for bandwidth/resource consumption (I doubt this is making a meaningful impact there to be clear, but I think it's still a good rule of thumb). It'd also help reduce the load/unnecessary blocking for those using content blockers that block
That's completely understandable. To be clear, I don't have any doubts that Cobalt is tracking users - and I believe you've gone above and beyond in protecting the privacy of users. I think my main reason for suggesting this was to allow users a way to easily opt out of analytics persistently without needing to save cookies, and I feel like you'd still get quality analytics (as the majority of browsers don't enable GPC by default). But this isn't a big deal as long as analytics are disabled when the |
bug description
Despite enabling
don't contribute to analytics
undersettings
->privacy
,cobalt.tools
continues connecting tohttps://a.imput.net/js/script.js
. This functionality should be entirely disabled once analytics are disabled - users have no way to verify you're dropping it on the server side (which is what I suspect is happening here).reproduction steps
cobalt.tools
, enabledon't contribute to analytics
undersettings
->privacy
.https://a.imput.net/js/script.js
- (I confirmed with uBlock Origin).screenshots
No response
links
platform information
Phoenix (Firefox) 135.0.1
additional context
I love Cobalt, and I'd really like to include
a.imput.net
on my BadBlock Ethical Whitelist, as you otherwise perfectly meet the criteria, but this issue is unfortunately preventing me from doing so.I'd also like to ask: Would you consider disabling these analytics automatically if Global Privacy Control is enabled?
The text was updated successfully, but these errors were encountered: