Re: [whatwg/fetch] Block subresource requests whose URLs include credentials. (#465)

I think we landed in a place where we block subresource loads whose URLs contain userinfo (https://codereview.chromium.org/2651943002), unless either:

a)  The subresource is being loaded via XHR (https://codereview.chromium.org/2808753003), or
b)  The page on which the subresource is loaded contained userinfo, and it matches the userinfo in the subresource (https://chromium-review.googlesource.com/530308).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/465#issuecomment-779643387

Received on Tuesday, 16 February 2021 07:27:30 UTC