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

Notify user when site try to use WebGL, WebRTC, Webassembly when they are disabled. #268

Open
Rexadev opened this issue Sep 5, 2023 · 2 comments
Labels
enhancement New feature or request It would be nice to have it It would be nice to have it, in my opinion

Comments

@Rexadev
Copy link

Rexadev commented Sep 5, 2023

chrome://settings/content/javascript-jit
chrome://settings/content/webgl
chrome://settings/content/webrtc

It is hard to know that is breaking the site or worse what I am missing from site.
NoScript Extension has option to keep WebGL disabled till websites asks to use it and asks user if it whats to enable it for a site

@macchrome

@uazo
Copy link
Owner

uazo commented Sep 6, 2023

for javascript-jit nothing can be done

with regard to webgl and webrtc, websites already have everything they need to understand via javascript whether to inform the user, but since the standard seems to be what chrome does, developers don't care.

In any case, I confirm that I am willing to develop something about it.

@uazo uazo added the enhancement New feature or request label Sep 6, 2023
@uazo uazo changed the title Add option to notify user when site try to use JIT, WebGL, WebRTC when they are disabled. Notify user when site try to use WebGL, WebRTC when they are disabled. Sep 6, 2023
@uazo
Copy link
Owner

uazo commented Sep 6, 2023

related #323

@uazo uazo added the It would be nice to have it It would be nice to have it, in my opinion label Dec 24, 2023
@uazo uazo changed the title Notify user when site try to use WebGL, WebRTC when they are disabled. Notify user when site try to use WebGL, WebRTC, Webassembly when they are disabled. Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request It would be nice to have it It would be nice to have it, in my opinion
Projects
None yet
Development

No branches or pull requests

2 participants