-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsecurity-privacy.txt
32 lines (26 loc) · 1.96 KB
/
security-privacy.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Summary:
PauseFrame allows the embedding frame to pause and unpause a subframe. A frame
might also be paused by the User Agent as an intervention.
Questionnaire:
https://www.w3.org/TR/security-privacy-questionnaire/
NO - 3.1 Does this specification deal with personally-identifiable information?
NO - 3.2 Does this specification deal with high-value data?
NO - 3.3 Does this specification introduce new state for an origin that persists across browsing sessions?
NO - 3.4 Does this specification expose persistent, cross-origin state to the web?
SIDE CHANNEL - 3.5 Does this specification expose any other data to an origin
that it doesn’t currently have access to? Pausing a frame doesn't directly
expose anything, but one could use side- channel attacks (e.g., measure task
queue time) to determine if a frame was busy or not by pausing/unpausing and
seeing the change in task queue latency.
NO - 3.6 Does this specification enable new script execution/loading mechanisms?
NO - 3.7 Does this specification allow an origin access to a user’s location?
NO - 3.8 Does this specification allow an origin access to sensors on a user’s device?
NO - 3.9 Does this specification allow an origin access to aspects of a user’s local computing environment?
NO - 3.10 Does this specification allow an origin access to other devices?
NO - 3.11 Does this specification allow an origin some measure of control over a user agent’s native UI?
NO - 3.12 Does this specification expose temporary identifiers to the web?
NO - 3.13 Does this specification distinguish between behavior in first-party and third-party contexts?
NO DIFFERENCE - 3.14 How should this specification work in the context of a user agent’s "incognito" mode?
NO - 3.15 Does this specification persist data to a user’s local device?
IT WILL - 3.16 Does this specification have a "Security Considerations" and "Privacy Considerations" section?
NO - 3.17 Does this specification allow downgrading default security characteristics?