mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-20 14:00:21 +01:00
This fixes an IsCanonical() DCHECK failure triggered by calling CanonicalCookie::Create for a non-cookieable URL. This change also adds unit test coverage for cross-origin cookie behavior with sub-resource requests (iframe, XHR, Fetch).