[Webkit-unassigned] [Bug 154811] Feature request: add "xmlhttprequest" resource type for content blockers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 19 21:35:01 PST 2020


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

--- Comment #9 from Maciej Stachowiak <mjs at apple.com> ---
No need to merge (unless somebody wants to add all of them in a single patch).

If anyone wants to post a patch for this, some thoughts:

- The type should probably be named "fetch" rather than "xmlhttprequest", better to name it after the modern API than the legacy version.
- We likely need to keep "raw" matching everything it does not, so the xhr/fetch and web socket types would have to be synonyms for subsets of "raw". I believe we already did this with "ping", so there should be an example to follow.
- Same thing for "subdocument" being a subset of "document" (maybe this means we would need a separate "main-document"?)

-- 
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/20200220/c8eb5bab/attachment.htm>


More information about the webkit-unassigned mailing list