Skip to content

Add plugin fingerprinting protection #1037

Closed
@RoxKilly

Description

@RoxKilly

Upon reviewing the EFF's Panopticlick tool Mozilla found that the greatest source of browser fingerprinting risk is the list of plugins. Mozilla's recommendation at the time to mitigate the vulnerability was to set plugins.enumerable_names="" which would make the browser return undefined if JavaScript queried the list of installed plugins.

Earlier this year though, Mozilla backtracked and the browser removed and started ignoring this setting. The vulnerability returned.

On another bugzilla page, someone has recently suggested a workaround:
Object.defineProperty(navigator, "plugins", { value: [ /* non-enumerable whitelist of plugins whose names are not detailed/fingerprintable */ ]});

So I have 2 questions:

  1. Does preventing plugin fingerprinting fit uBO's mission to protect users' privacy?
  2. Would the suggestion work?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions