-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Possibility to disable WebGL #43336
Comments
You can use the adblocker for that. Example: webgl.org,webglsamples.org##+js(prevent-canvas, webgl) Also, you can still enable the Adblocker is the easiest way and the better one, no reason for anyone to implement anything because I don't know why would anyone needs to turn it off, just don't go to a webgl website and if it is needed it is to render some 3D that should be needed, so yeah. There is also the commandline like on Desktop, you do it through the Developer Options, the QA Code is |
I almost never go there on purpose, I am concerned that in some cases WebGL can provide additional data about the user |
Well, Brave already has fingerprinting support to cover this, that was the problem with the strict fingerprinting support, it just broke the thing, so you might want to enable that for your case. But you can see here https://dev-pages.bravesoftware.com/fingerprinting/farbling.html and/or https://dev-pages.brave.software/fingerprinting/farbling.html (for the 'other site') how Brave will randomize the values, and Brave now randomizes them per site, and per window, and per profile, so opening the same site on different profiles with randomize the values (at least on Nightly, because I only use Nightly, so if it doesn't happen on your side because I don't know how far behind is Stable, don't worry, it is coming), so 'they' if ever, will think you are a different person based on the fingerprinting values. Anyway you can see which stuff is being farbled and understand how Brave's fingerprinting protection works. The problem with the strict mode, was that random people enabled it and then complained about webgl sites not working, but if you test it it will farble more values like Brave doesn't allow Global Scriptlet rules, so you can't run that rule to block Webgl in all websites sadly. but anyway I guess strict mode, knowing it will break all sites with webgl and you can just set it to standard when needed is better. Of course I think it is a little paranoia extreme to worry about it, but you do you, and if Brave still allows to enable it then go for it. |
Platforms
Android
Description
Sometimes you just need to turn it off and that's it.
The text was updated successfully, but these errors were encountered: