[webkit-changes] [WebKit/WebKit] a4a461: The tracker lookup callback should match against t...

Charlie Wolfe noreply at github.com
Mon Jul 3 17:15:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a4a461f9b6bf487c60893dcbcd0451e581d2d78a
      https://github.com/WebKit/WebKit/commit/a4a461f9b6bf487c60893dcbcd0451e581d2d78a
  Author: Charlie Wolfe <charliew at apple.com>
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
    M Source/WebKit/Platform/cocoa/WebPrivacyHelpers.mm

  Log Message:
  -----------
  The tracker lookup callback should match against the domain of the returned CNAME alias
https://bugs.webkit.org/show_bug.cgi?id=258822
rdar://111701360

Reviewed by Wenson Hsieh.

Currently the tracker lookup is matching against the raw hostname, we should match against the domain instead.

* Source/WebKit/Platform/cocoa/WebPrivacyHelpers.mm:
(WebKit::TrackerDomainLookupInfo::find):
(WebKit::configureForAdvancedPrivacyProtections):

Canonical link: https://commits.webkit.org/265740@main




More information about the webkit-changes mailing list