-
Notifications
You must be signed in to change notification settings - Fork 964
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
[Feature Request]: Make Location Sharing More Obvious #4539
Comments
This is a bad idea. Many communities share a QR code for nonstandard channels w/h encryption and they will be blindsided. |
Thanks @ShakataGaNai - Looks like what I was suggesting in the Discord Map channel here I suggest any Default Channel, not just LongFast. |
Adding this snippet too
|
I think that it would be best implemented as a global setting for whether you transmit that data anywhere, and be restricted on sending that data to any location until you make a choice, and that it would be global everywhere at that level unless you override it for a channel configuration or a DM configuration. That's my two cents. |
It is already a configuration, not sure how this will really solve any actual issues. The text as is is far to long and confusing for the mobile apps. |
Related issue transferred to a discussion here #4546 |
Platform
NRF52, ESP32, RP2040
Description
Due to recent concerns about Meshtastic users data on mapping sites, it's clear that some users are enabling location sharing not understanding the implications of that (Ex: Their location is available to anyone in their area, or their location is now on the internet.). The general suggestion is as follows (based on #map conversation):
#1 - Disable location sharing by default. GPS may remain enabled for time sync purposes, but do not send out location over any channel by default.
#2 - When a user attempts to enable location sharing on the default encryption, prompt them with an accept/cancel popup. A disclaimed to the effect of "You are turned on location sharing to the default mesh. This means all other users in your area will be able to see your location. Your location information may also be uploaded to the internet or used in other ways. Are you sure?". This text might also link to a "Location 101" documentation page explaining the location sharing feature and how it is used, and where the data may go.
If the user is not using the default encryption, then do not provide warning.
This would only apply to iOS/Android. Users of the CLI/other are probably more technical less likely to mistakenly turn on sharing.
The text was updated successfully, but these errors were encountered: