Bug 270692

Summary: [GTK][WPE] Add a setting to enable/disable directory upload.
Product: WebKit Reporter: Miguel Gomez <magomez>
Component: WebKitGTKAssignee: Miguel Gomez <magomez>
Status: RESOLVED WONTFIX    
Severity: Normal CC: bugs-noreply
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Miguel Gomez 2024-03-08 03:19:23 PST
There's already a DirectoryUploadEnabled preference for this that's enabled by default for GTK and WPE. We need a setting so apps can modify its value.
Comment 1 Miguel Gomez 2024-03-08 03:25:53 PST
Pull request: https://github.com/WebKit/WebKit/pull/25623
Comment 2 Miguel Gomez 2024-03-08 04:47:26 PST
This should be done through the new features API, and not with a dedicated one.