[webkit-changes] [WebKit/WebKit] 481168: Clarify a log message when failing to hide query p...

Wenson Hsieh noreply at github.com
Mon Feb 19 12:34:25 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4811687e777d77549dec91cd6d1fd17fc7b7132d
      https://github.com/WebKit/WebKit/commit/4811687e777d77549dec91cd6d1fd17fc7b7132d
  Author: Wenson Hsieh <wenson_hsieh at apple.com>
  Date:   2024-02-19 (Mon, 19 Feb 2024)

  Changed paths:
    M Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm

  Log Message:
  -----------
  Clarify a log message when failing to hide query parameters due to missing WebPrivacy allowlist data
https://bugs.webkit.org/show_bug.cgi?id=269719

Reviewed by Tim Nguyen.

As it currently is, this log message makes it sound like we're blocking all query parameters (when
in fact, it's trying to communicate that we're not hiding any query parameters from script, due to
the fact that the WebPrivacy allowlist isn't available yet).

* Source/WebKit/WebProcess/WebPage/Cocoa/WebPageCocoa.mm:
(WebKit::WebPage::allowedQueryParametersForAdvancedPrivacyProtections):

Canonical link: https://commits.webkit.org/274992@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