Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7651ae8883c7d42a090ba02b398b8f8e9d3d8902
      
https://github.com/WebKit/WebKit/commit/7651ae8883c7d42a090ba02b398b8f8e9d3d8902
  Author: Karl Dubost <[email protected]>
  Date:   2026-07-24 (Fri, 24 Jul 2026)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp
    M Source/WebCore/page/Quirks.h
    M Source/WebKit/Configurations/AllowedSPI-legacy.toml
    M Source/WebKit/SourcesCocoa.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    R Source/WebKit/WebProcess/WebPage/Cocoa/WebCookieJarCocoa.mm
    M Source/WebKit/WebProcess/WebPage/WebCookieJar.cpp
    M Source/WebKit/WebProcess/WebPage/WebCookieJar.h
    M Source/WebKit/WebProcess/cocoa/VideoPresentationManager.mm

  Log Message:
  -----------
  cagreatamerica.com quirk does not work anymore since it redirects to 
sixflags.com/cagreatamerica
https://bugs.webkit.org/show_bug.cgi?id=318091
rdar://181462046

Reviewed by
Sihui Liu.

The quirk added in bug 270494 routed queue-it.net cookies through an
ephemeral partitioned NSHTTPCookieStorage when embedded on
cagreatamerica.com, working around ITP fully blocking third-party
cookies during the season-pass purchase flow. cagreatamerica.com now
redirects to sixflags.com/cagreatamerica, so the domain check never
matches, and testing the purchase flow on the new domain shows the
"Buy Now" button works without the quirk. Remove the quirk and the
partitioned-cookie-storage machinery that existed solely to serve it.

* Source/WebCore/page/Quirks.cpp:
* Source/WebCore/page/Quirks.h:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/WebPage/Cocoa/WebCookieJarCocoa.mm: Removed.
* Source/WebKit/WebProcess/WebPage/WebCookieJar.cpp:
(WebKit::WebCookieJar::cookies const):
(WebKit::WebCookieJar::setCookies):
(WebKit::WebCookieJar::cookiesInPartitionedCookieStorage const):
Deleted.
(WebKit::WebCookieJar::setCookiesInPartitionedCookieStorage): Deleted.
* Source/WebKit/WebProcess/WebPage/WebCookieJar.h:

Canonical link: 
https://flagged.apple.com:443/proxy?t2=Dt0l7C2GY0&o=aHR0cHM6Ly9jb21taXRzLndlYmtpdC5vcmcvMzE3OTAyQG1haW4=&emid=3eca558b-35f5-465a-affa-0f46a6389b6c&c=11



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to