[Webkit-unassigned] [Bug 175568] data: URL base64 handling different from atob()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 13 00:34:00 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=175568

--- Comment #7 from Anne van Kesteren <annevk at annevk.nl> ---
Okay, this in WebLoaderStrategy.cpp seems bad:

    auto mode = DataURLDecoder::Mode::Legacy;
    if (request.requester() == ResourceRequestRequester::Fetch)
        mode = DataURLDecoder::Mode::ForgivingBase64;

Removing DataURLDecoder::Mode::Legacy completely and seeing what breaks seems like a logical next step here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230413/46600a6c/attachment.htm>


More information about the webkit-unassigned mailing list