mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #121] One-time opt-out of Google Analytics #64
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 8, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/121
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 8, 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