-
Notifications
You must be signed in to change notification settings - Fork 6
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
Highlighting Privacy and User Consent Concerns #5
Comments
Can you explain these privacy concerns further? The browser already sees all strings that are passed to JavaScript APIs. Such strings are not private to the browser. Similarly to how we don't ask for user consent to tell the browser about the string
The privacy issues are being discussed in #3. The storage issues are not generally covered by user consent, but instead by other UI. For example, right now pages can download ~unlimited large files into the HTTP cache or other storage locations using other web APIs, with no user consent. However, users have control over this via various browser settings, and unused items automatically get cleaned up over time. |
Regarding the first point, I intended to convey that the Regarding the storage concern, you are correct; however, this issue isn't specific to individual websites, as the dictionaries utilized for translations ought to be shared resources. My point is that a website could inadvertently download unnecessary dictionaries from the browser vendor, leading to excessive use of user storage. Somehow the user should be aware of that. I hope this clarifies my points. Feel free to ask for further elaboration if needed. |
I want to highlight two questions related to the explainer.
Automatic Detection of Supported Languages
Will users be prompted to consent to the browser detecting the languages it supports for translation or it will happen without the user consent? Automatic language detection could potentially reveal sensitive information about users' browsing habits and preferences as mentioned in the privacy section.
Downloading Missing Languages
When the browser needs to download additional language packs for translation, will users be explicitly asked for consent before initiating the download? This is crucial to prevent scenarios where users' device storage is filled with language packs without their consent, potentially leading to privacy concerns and unwanted resource consumption.
I am not sure if implementation details like these should be mentioned in the explainer or not.
The text was updated successfully, but these errors were encountered: