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

EXPLAINER/questionnaire: Ensure results are sorted #13

Merged
merged 1 commit into from
Sep 18, 2019

Conversation

chasephillips
Copy link
Collaborator

Reduce fingerprinting entropy bits by ensuring that results are
first sorted before being returned. This ensures that implementations
of this API remove any unnecessary information from system APIs that
may return a font list in some order that would otherwise add more
entropy bits.

@chasephillips
Copy link
Collaborator Author

Meant to address internal and external (w3ctag/design-reviews#399) feedback regarding entropy bits that system APIs could potentially add given their ordering of the font list.

FYI I plan to update font-table-access with a similar PR (it returns tables) once we settle on this change.

@pwnall
Copy link
Collaborator

pwnall commented Sep 18, 2019

This sounds like a really good idea!

IMO, sorting the results makes the API more consistent across browsers, even if fingerprinting wouldn't be a concern. More normalized outputs reduce the potential for brittleness in apps.

Copy link
Collaborator

@pwnall pwnall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. This sounds like a really good idea!

IMO, sorting the results makes the API more consistent across browsers, even if fingerprinting wouldn't be a concern. More normalized outputs reduce the potential for brittleness in apps.

security-privacy.md Outdated Show resolved Hide resolved
Reduce fingerprinting entropy bits by ensuring that results are
first sorted before being returned.  This ensures that implementations
of this API remove any unnecessary information from system APIs that
may return a font list in some order that would otherwise add more
entropy bits.
@chasephillips chasephillips merged commit 3a2ec38 into master Sep 18, 2019
@chasephillips chasephillips deleted the cmp/order branch September 18, 2019 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants