NEW 193461
Device IDs should not persist in more cases than currently
https://bugs.webkit.org/show_bug.cgi?id=193461
Summary Device IDs should not persist in more cases than currently
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.