Bug 211925

Summary: Add quirk for cookie blocking latch mode aolmail.com redirecting to aol.com under aol.com
Product: WebKit Reporter: John Wilander <wilander>
Component: WebKit Misc.Assignee: John Wilander <wilander>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description John Wilander 2020-05-14 15:17:57 PDT
AOL Mail (mail.aol.com) serves images to users using non first-party domains (*.aolmail.com). Since user’s cookies are only available on first-party domains, these image requests use a short-lived token for authentication. If token is expired, these requests will be redirected to the first party domain for cookie validation and new token generation.

We should add a quirk for cookie blocking latch mode for when aolmail.com redirects to aol.com under aol.com.
Comment 1 John Wilander 2020-05-14 15:18:19 PDT
<rdar://problem/61901041>
Comment 2 John Wilander 2020-05-14 15:22:33 PDT
Created attachment 399416 [details]
Patch
Comment 3 Brent Fulgham 2020-05-14 16:27:44 PDT
Comment on attachment 399416 [details]
Patch

Yuck. r=me
Comment 4 John Wilander 2020-05-14 16:28:36 PDT
Comment on attachment 399416 [details]
Patch

Thanks, Brent!
Comment 5 EWS 2020-05-14 17:02:22 PDT
Committed r261724: <https://trac.webkit.org/changeset/261724>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399416 [details].