Bug 193461 - Device IDs should not persist in more cases than currently
Summary: Device IDs should not persist in more cases than currently
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-15 13:57 PST by youenn fablet
Modified: 2019-01-17 16:21 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2019-01-15 13:57:44 PST
The spec says:
 user agents MUST NOT persist device identifiers for sites that are blocked from using cookies, and user agents MUST reset per-origin device identifiers when other persistent storage are cleared.

This seems to induce that we should:
- Not store device IDs if cookies are blocked
- Flush device IDs if Cache Storage, or IDB are flushed, not only cookies.
Comment 1 Radar WebKit Bug Importer 2019-01-17 11:11:39 PST
<rdar://problem/47357226>