Bug 211925 - Add quirk for cookie blocking latch mode aolmail.com redirecting to aol.com under aol.com
Summary: Add quirk for cookie blocking latch mode aolmail.com redirecting to aol.com u...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-14 15:17 PDT by John Wilander
Modified: 2020-05-14 17:02 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.83 KB, patch)
2020-05-14 15:22 PDT, John Wilander
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].