-
Notifications
You must be signed in to change notification settings - Fork 21
Improve the Privacy and Security section. #42
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
Conversation
@anssiko @kenchris @diekus-zz PTAL |
index.html
Outdated
for browser fingerprinting, in a way that can help fully or partially | ||
identify individual users. It is up to the implementer to minimize this, | ||
and some proposed solutions are listed below. | ||
The Screen Fold API exposes two types of information: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kinds of ?
index.html
Outdated
The Screen Fold API exposes two types of information: | ||
<ol class="algorithm"> | ||
<li> | ||
an |angle| value coming from the hinge position |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
representing the
index.html
Outdated
an |angle| value coming from the hinge position | ||
</li> | ||
<li> | ||
A |posture| determined from the angle value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|angle| so that it links to the above?
PTAL @diekus |
index.html
Outdated
However the fold angle only communicates its value when the hinge is manipulated by the user. | ||
Variations in the angle’s readings and posture calculation, as well as event dispatching frequency | ||
offer a possibility of fingerprinting to identify users. User agents may reduce this risk by limiting | ||
or coalishing events when exposing this information to web developers. Users don’t constantly adjust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
coalescing
Thanks @anssiko. Feel free to merge whenever you'd like. |
@lauramorinigo any feedback? |
@darktears I’ll let @kenchris merge when he’s happy. LGTM. Any further feedback we can incorporate in updates. This is a good first stab. |
This mitigation looks good to me. Thanks ! |
Closes #???
The following tasks have been completed:
Implementation commitment:
Preview | Diff