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   

youenn fablet
Reported 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.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-01-17 11:11:39 PST
Note You need to log in before you can comment on or make changes to this bug.