-
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
Return constant result for navigator.mimeTypes and navigator.plugins #1549
Comments
Getting away from putting things in specific milestones, so pls just assign a priority label based on work's importance and urgency. |
Looks like I rushed on this one. We don't return constant result for mimeTypes and plugins in May be we can put this behind the fingerprinting flag like firefox? cc: @tomlowenthal @diracdeltas https://web.archive.org/web/20170204172033/https://bugzilla.mozilla.org/show_bug.cgi?id=1281963 |
We do return empty (or at least are supposed to) in browser-laptop for plugins and mimeTypes until Flash is explicitly allowed. The purpose of this is to trigger HTML5 fallback on sites that would otherwise require Flash. We should try to copy that behavior here. (Plugins and mimeTypes should always return empty in Tor windows though. cc @riastradh-brave ) |
Sounds good, I'll update the PR. |
The following tests are currently failing on Windows, could you check @jumde ?
|
Checking! |
Verification passed on
Verification passed on
Used test plan from brave/brave-core#697 Verified passed with
|
Navigator.mimeTypes and Navigator.plugins increases fingerprinting risk. It is disabled in
browser-laptop
See here: https://trac.torproject.org/projects/tor/ticket/17207
The text was updated successfully, but these errors were encountered: