[Webkit-unassigned] [Bug 193461] New: Device IDs should not persist in more cases than currently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 13:57:44 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=193461

            Bug ID: 193461
           Summary: Device IDs should not persist in more cases than
                    currently
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com
                CC: youennf at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190115/4f9ae493/attachment.html>


More information about the webkit-unassigned mailing list