Bug 193461

Summary: Device IDs should not persist in more cases than currently
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>