Skip to content
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

Define a granularity at which location data is not sensitive #42

Open
jyasskin opened this issue Oct 21, 2021 · 2 comments
Open

Define a granularity at which location data is not sensitive #42

jyasskin opened this issue Oct 21, 2021 · 2 comments

Comments

@jyasskin
Copy link
Member

We'd break significant aspects of the web if we hid a device's country (or legal jurisdiction) or time zone from websites. On the other hand, the user's current house number or even city block is too sensitive to reveal by default. Where's the border between those two kinds of locations?

I tentatively propose that city-level information is safe, and I believe Apple's Private Relay uses that as its default. We might encourage UAs to have a user control to make their location even more granular. Is "city level" a roughly-20-mile-square granularity, or does the area increase in less-populated areas?

@michaelkleber
Copy link

Good question! A few thoughts:

  • It seems like population is one key determinant — you used the word "city", for which Wikipedia says "working definitions for small-city populations start at around 100,000 people".
  • It seems like we'd need to back off to some kind of hierarchical geographic classification in between cities and countries, but surely that varies by jurisdiction. For the US, people not in cities are in any case in states (min. pop. >500K).

Maybe we want something like "country, or a smaller geographical area within a well-established hierarchy within a country, provided that area's population is larger than P"? And then a threshold P somewhere between 100,000 and 500,000 matches my intuition.

@initsecret
Copy link

initsecret commented Oct 21, 2021

I (as a random individual) think location data is always sensitive. Of course, that statement is useless to anyone who wants to anything so some more useful thoughts:

  1. In the privacy threat model, it might be worth adding a layer between "leaked with no user interaction" (non-sensitive information) and "leaked only with express user consent" (sensitive information). For instance, Firefox's ETP shield lights up when it is blocking content on the page. I feel like adding a new class of say "semi-sensitive information", putting the slightly anonymized location information in that class, and saying that user agents should only leak semi-sensitive information with a noticeable UX change might aid transparency while keeping usability.
  2. In the specific area of timezones, I like the brave Fingerprinting 3.0 idea of only leaking the UTC offset by default which could unbreak a lot of usecases while not leaking too much information.

(Sorry about the edits 😕, I really should form my thoughts better before hitting submit.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants