RESOLVED FIXED 221127
[SOUP] Add support for data URLs in the network process
https://bugs.webkit.org/show_bug.cgi?id=221127
Summary [SOUP] Add support for data URLs in the network process
Carlos Garcia Campos
Reported 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
Attachments
Patch (5.58 KB, patch)
2021-01-29 02:30 PST, Carlos Garcia Campos
aperez: review+
Carlos Garcia Campos
Comment 1 2021-01-29 02:30:16 PST
Carlos Garcia Campos
Comment 2 2021-02-01 02:29:47 PST
Note You need to log in before you can comment on or make changes to this bug.