- From: Marcos Cáceres <notifications@github.com>
- Date: Fri, 14 Oct 2022 01:02:15 -0700
- To: w3c/screen-orientation <screen-orientation@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 October 2022 08:02:27 UTC
@marcoscaceres commented on this pull request.
> - </h3>
- <p>
- The screen orientation type and angle of the device can be accessed
- with the API specified in this document, and can be a potential
- fingerprinting vector.
- </p>
- </section>
+ <p>
+ A screen's [=current orientation type|type=] and [=current orientation
+ angle|angle=] are a potential fingerprinting vector. To resist
+ fingerprinting (e.g., in private browsing), user agents MAY:
+ </p>
+ <ol>
+ <li>Restrict the value return by the {{ScreenOrientation/type}}
+ attribute to {{OrientationType/"portrait-primary"}} or
+ {{OrientationType/"landscape-secondary"}} to match the screen's aspect
```suggestion
{{OrientationType/"landscape-primary"}} to match the screen's aspect
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/pull/215#pullrequestreview-1141995845
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/screen-orientation/pull/215/review/1141995845@github.com>
Received on Friday, 14 October 2022 08:02:27 UTC