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
PHONEHOME: (a boolean, whether to phone home to bugsink.com). This is used for the “phone home” feature, which sends some basic information about your installation to Bugsink.com. This is useful for us to know how many people are using Bugsink, and what versions they are using. Default: True.
It looks like the DEFAULT_FROM_EMAIL is also sent back to Bugsink.com which can be personally identifying information.
To me, it seems like that is more than basic information about your installation and can potentially reveal more information than a user wants to reveal.
The text was updated successfully, but these errors were encountered:
DEFAULT_FROM_EMAIL is indeed sent, as documented in the privacy policy. At the very least I'll link the full policy from the settings page (already done, will be visible next release of the website)
Admittedly, this is a bit of a leftover from the times when Bugsink's license was tied to production/non-production use; at the time I assumed that to determine whether you were using it "for real", this was an important piece of information. However, licensing is now based on the usage of "ee" features, so the email-settings is becoming less relevant from that perspective.
Other than that, I'm going to think about this for a while. One option could be to just send a boolean "is this a non-default EMAIL or not"?
The docs state the following:
Relevant code: https://github.com/bugsink/bugsink/blob/bb3740ed127e5010c2a0e96a43d1b76dccc57802/phonehome/tasks.py#L82C13-L82C35
It looks like the
DEFAULT_FROM_EMAIL
is also sent back to Bugsink.com which can be personally identifying information.To me, it seems like that is more than basic information about your installation and can potentially reveal more information than a user wants to reveal.
The text was updated successfully, but these errors were encountered: