Bug 221127 - [SOUP] Add support for data URLs in the network process
Summary: [SOUP] Add support for data URLs in the network process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2021-01-29 02:26 PST by Carlos Garcia Campos
Modified: 2021-02-01 02:29 PST (History)
2 users (show)

See Also:


Attachments
Patch (5.58 KB, patch)
2021-01-29 02:30 PST, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2021-01-29 02:26:00 PST
In r271879 I removed the support for data URLs in the network process for soup, assuming data URLs were always loaded from the web process, but that's not the case for downloads. I think we should not go to the network process for downloads either, but for now it's easier to fix this regression by supporting data URLs in the network process again. This was caught by http/tests/security/anchor-download-allow-data.html
Comment 1 Carlos Garcia Campos 2021-01-29 02:30:16 PST
Created attachment 418714 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-02-01 02:29:47 PST
Committed r272138: <https://trac.webkit.org/changeset/272138>