[webkit-changes] [WebKit/WebKit] d89cd1: DNS filtering not flagging expected domains
Guoye Zhang
noreply at github.com
Thu Aug 1 16:28:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d89cd1cf5382b9cabd28727c09687304c49e70f0
https://github.com/WebKit/WebKit/commit/d89cd1cf5382b9cabd28727c09687304c49e70f0
Author: Guoye Zhang <guoye_zhang at apple.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/WebCore/platform/network/mac/ResourceErrorMac.mm
M Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm
Log Message:
-----------
DNS filtering not flagging expected domains
https://bugs.webkit.org/show_bug.cgi?id=277515
rdar://132952350 (DNS filtering not flagging expected domains)
Reviewed by Alex Christensen.
The new network loader puts information in the top level user info dictionary instead of the underlying error's user info dictionary.
* Source/WebCore/platform/network/mac/ResourceErrorMac.mm:
(WebCore::ResourceError::blockedKnownTracker const):
(WebCore::ResourceError::blockedTrackerHostName const):
* Source/WebKit/NetworkProcess/cocoa/NetworkSessionCocoa.mm:
(-[WKNetworkSessionDelegate URLSession:task:didCompleteWithError:]):
Canonical link: https://commits.webkit.org/281735@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list