Bug 214588 - Fetch/XHR loads done by extensions should opt out of response sanitisation done in network process
Summary: Fetch/XHR loads done by extensions should opt out of response sanitisation do...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-21 01:54 PDT by youenn fablet
Modified: 2020-07-21 11:13 PDT (History)
7 users (show)

See Also:


Attachments
Patch (29.84 KB, patch)
2020-07-21 02:00 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch (16.02 KB, patch)
2020-07-21 03:59 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2020-07-21 01:54:02 PDT
Fetch/XHR loads done by extensions should opt out of response sanitisation done in network process
Comment 1 youenn fablet 2020-07-21 02:00:24 PDT
Created attachment 404804 [details]
Patch
Comment 2 youenn fablet 2020-07-21 02:07:36 PDT
<rdar://problem/65060560>
Comment 3 youenn fablet 2020-07-21 03:59:28 PDT
Created attachment 404806 [details]
Patch
Comment 4 Alex Christensen 2020-07-21 08:41:00 PDT
Comment on attachment 404806 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=404806&action=review

> Source/WebKit/WebProcess/WebPage/WebPage.cpp:7148
> +    // FIXME: We should probably have this mechanism done between UIProcess and NetworkProcess directly.

I agree, but since this will only be done for a few long-lived pages, this is ok for now.
Comment 5 EWS 2020-07-21 11:13:23 PDT
Committed r264664: <https://trac.webkit.org/changeset/264664>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 404806 [details].