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

WEBGL_debug_renderer_info - FF deprecated #14964

Merged
merged 1 commit into from Feb 14, 2022

Conversation

hamishwillee
Copy link
Collaborator

From FF92, if you use `WEBGL_debug_renderer_info Firefox (only) displays a console warning:

"WEBGL_debug_renderer_info is deprecated in Firefox and will be removed".

The API exposes information that can be used for fingerprinting. While the whole extension can be killed using privacy.resistFingerprinting the idea was that a safer sanitized API be added. Attempt was made to do that using preference in in https://bugzilla.mozilla.org/show_bug.cgi?id=1722113 but got rolled back and this note added in https://bugzilla.mozilla.org/show_bug.cgi?id=1722782.
According to https://bugzilla.mozilla.org/show_bug.cgi?id=1722782#c10 it is not clear how this will proceed.

Upshot though is that there is a warning from the console about this, which we should indicate here too.

Fixes mdn/content#12689

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content bug: No note that WEBGL_debug_renderer_info is deprecated on Firefox
2 participants