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
Any latitude and longitude values managed by the system should be restricted to an accuracy level that prevents exposing the user's precise location when transmitted via an API or included in outputs, such as debug data in a GitHub issue. If these values are stored in a configuration file, the stored data should reflect the same limited accuracy.
We should delegate private configuration data to a Secrets File such that in normal data only the reference to the Secret Key but Not the value itself is visible. See Home Assistent for an example.
that's a great way to do it! On the other hand if we don't need the information/accuracy we should not save it in the first place.
What else could we store in the Secret File currently?
that's a great way to do it! On the other hand if we don't need the information/accuracy we should not save it in the first place. What else could we store in the Secret File currently?
Link to discussion and related issues
Any latitude and longitude values managed by the system should be restricted to an accuracy level that prevents exposing the user's precise location when transmitted via an API or included in outputs, such as debug data in a GitHub issue. If these values are stored in a configuration file, the stored data should reflect the same limited accuracy.
Accuracy versus decimal places at the equator
I propose a accuracy of 1.11 km so two decimal places.
Proposed implementation
The text was updated successfully, but these errors were encountered: