DescriptionUse the request URL as the URL of the resources which are fetched ServiceWorker [2/3 chromium]
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 [THIS PATCH]
- 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
- Change CSP check to use originalURLViaServiceWorker.
- Add LayoutTest for this bug.
BUG=433743
Committed: https://crrev.com/20db5d6d857f499d786f6e08ecb64daec089fddc
Cr-Commit-Position: refs/heads/master@{#305075}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|