Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Disable URL scheme check in Data Detectors for all clients
https://bugs.webkit.org/show_bug.cgi?id=241273 Reviewed by Geoffrey Garen. We are seeing telmetry where also Web browser clients are attempting to connect to Launch Services when data detection is trying to find an application to handle a URL with a custom scheme. Since Launch Services is blocked in the sandbox, the WebContent process will be unable to determine if there is an application that can open this URL, and the link will not be clickable. This can be addressed by disabling the URL scheme check in Data Detectors for all clients. * Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm: (WebKit::WebProcess::platformInitializeWebProcess): Canonical link: https://commits.webkit.org/251458@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295452 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information