[webkit-changes] [WebKit/WebKit] 12df7c: Don't show App Store link previews when network co...

Richard Robinson noreply at github.com
Thu May 25 19:52:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 12df7c45b790c57f59631375a2d59ecbc6f1d4ec
      https://github.com/WebKit/WebKit/commit/12df7c45b790c57f59631375a2d59ecbc6f1d4ec
  Author: Richard Robinson <richard_robinson2 at apple.com>
  Date:   2023-05-25 (Thu, 25 May 2023)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.h
    M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm

  Log Message:
  -----------
  Don't show App Store link previews when network connection integrity is enabled
https://bugs.webkit.org/show_bug.cgi?id=256723
rdar://103849151

Reviewed by Wenson Hsieh.

If network connection integrity is enabled, and if the link is an App Store or iTunes link,
do not show the link preview.

* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::didCommitLoadForFrame):
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView continueContextMenuInteraction:]):

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




More information about the webkit-changes mailing list