-
Notifications
You must be signed in to change notification settings - Fork 93
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] Popup informing users about risky web technologies. #1714
Comments
I did not notice, I'm sorry. My issue may still be somewhat relevant as when the user enters a website that uses these technologies it doesn't inform the user about why the website might be broken. How about creating a popup that shows up when the user enters a website with these technologies for the first time. This solution would inform the users, so they are more aware about privacy options, would lessen frustration, when a certain website doesn't work properly and would leave power users relatively unbothered. |
duplicate of #268 |
This issue has been automatically marked as stale as there has been no recent activity in response to our request for more information. Please respond so that we can proceed with this issue. |
This issue has been automatically closed as sufficient information hasn't been provided on the issue for further actions to be taken. Feel free to add more information. |
Preliminary checklist
Is your feature request related to privacy?
Yes
Is there a patch available for this feature somewhere?
I don't believe so.
Describe the solution you would like
First of all, by risky features, I mean stuff like WebGL, WebGPU, WebASM, WebRTC, peer-to-peer and such.
These technologies make modern web more awesome, but come with a few problems. Most of all, fingerprinting. A lot of fingerprinting identifiers can be extracted through those technologies. There is also an issue of security, as enabling these features creates a bigger attack vector.
My proposal:
Add all these features and other risky web technologies to permission toggles and allow users to define a default profile.
This way, these features can be toggled on and off on per website basis and users with more privacy and security needs can close off a lot of potential vulnerabilities.
Describe alternatives you have considered
Disabling them in the browser completely, but that would create a problem, where certain websites cannot work properly and the user has no option to fix that, if desired.
The text was updated successfully, but these errors were encountered: