mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
One-time opt-out of Google Analytics #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lablans on GitHub (Aug 9, 2018).
By default, the Bitwarden apps come with Google Analytics activated. To opt-out, you need to visit each app/plugin instance and tick the box. This can really add up: With my three machines, two user accounts on each and two browsers, I need to opt-out twelve times. Surely I've forgotten it on one or two instances. This is problematic from a data protection standpoint, especially in Europe.
Some ideas for solutions:
@dani-garcia commented on GitHub (Aug 9, 2018):
I don’t think there is a way to control other clients from the server, but we could look into modifying the web vault in the build file.
@ptman commented on GitHub (Aug 9, 2018):
Where is this opt-out located?
@fbartels commented on GitHub (Aug 9, 2018):
I have noticed the tracking options in the Android apps, but I don't see anything in the web vault (also ublock does not report anything). @martinlablans are you sure there is google analytics in the web vault?
ps: using the tagged 0.12.0 release.
edit: ah never mind, this seems only to be present in the new vault currently part of the beta docker image.
@mprasil commented on GitHub (Aug 14, 2018):
Submitted a PR, that should remove analytics in self-hosted scenario.
@mprasil commented on GitHub (Aug 20, 2018):
This was resolved in #136