DescriptionUse the request URL as the URL of the resources which are fetched ServiceWorker [3/3 blink]
1/3 blink: https://codereview.chromium.org/732963003
- Intorduce originalURLViaServiceWorker in ResourceResponse and WebURLResponse
- Change CSP check to use originalURLViaServiceWorker if exists in ResourceFetcher::didReceiveResponse().
2/3 chromium: https://codereview.chromium.org/731983003
- Stop updating the request's URL in ResourceDispatcher::OnReceivedResponse() and WebURLLoaderImpl::Context::OnReceivedResponse().
- Set WebURLResponse's originalURLViaServiceWorker in WebURLLoaderImpl::PopulateURLResponse().
3/3 blink: https://codereview.chromium.org/732003002 [THIS PATCH]
- Change CSP check to use originalURLViaServiceWorker.
- Add LayoutTest for this bug.
BUG=433743
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185751
Patch Set 1 #
Total comments: 2
Patch Set 2 : add comment #
Messages
Total messages: 17 (6 generated)
|