Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 89838b9164a1dd3baa7053539cf93414977fb081
https://github.com/WebKit/WebKit/commit/89838b9164a1dd3baa7053539cf93414977fb081
Author: Michael Catanzaro <[email protected]>
Date: 2025-12-03 (Wed, 03 Dec 2025)
Changed paths:
A
LayoutTests/platform/gtk/editing/pasteboard/paste-image-does-not-reveal-file-url-expected.txt
M Source/WebCore/dom/DataTransfer.h
Log Message:
-----------
Disable file access in data transfer operations, except for Cocoa ports
https://bugs.webkit.org/show_bug.cgi?id=303434
Reviewed by Adrian Perez de Castro.
This isn't implemented properly for WebKitGTK and most likely also not
for other ports. My initial attempts to fix things have failed, so let's
just completely disable it for now.
However, Apple has confirmed that Safari is OK, so let's leave file
access enabled there.
Canonical link: https://commits.webkit.org/303828@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications