Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: b121f75a907364d50dffdbc8260045e67e94d414 https://github.com/WebKit/WebKit/commit/b121f75a907364d50dffdbc8260045e67e94d414 Author: Sihui Liu <sihui_...@apple.com> Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths: M Source/WebCore/platform/cocoa/ParentalControlsURLFilter.h M Source/WebCore/platform/cocoa/ParentalControlsURLFilter.mm Log Message: ----------- REGRESSION(298683@main): Content is still blocked after content filter is turned off https://bugs.webkit.org/show_bug.cgi?id=297936 rdar://159230754 Reviewed by Per Arne Vollan. We don't get notification about content filter state change on macOS, so we need to check the enablement state for each request (as we did when we used WebFilterEvaluator SPI before 298683@main). * Source/WebCore/platform/cocoa/ParentalControlsURLFilter.h: * Source/WebCore/platform/cocoa/ParentalControlsURLFilter.mm: (WebCore::ParentalControlsURLFilter::isWCRBrowserEngineClientEnabled const): (WebCore::ParentalControlsURLFilter::isEnabled const): Canonical link: https://commits.webkit.org/299201@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes