Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1042)

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2529523004: Allow ForeignFetch service workers to be intercepted for HTTP redirects.
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index e19bf5fc051e969decc0b37214975d882662f0a3..141cceaab192788f183bfecfbe02d7ff9a33328d 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -653,7 +653,7 @@ bool WebURLLoaderImpl::Context::OnReceivedRedirect(
request_, redirect_info,
info.was_fetched_via_service_worker
? blink::WebURLRequest::SkipServiceWorker::None
- : blink::WebURLRequest::SkipServiceWorker::All,
+ : blink::WebURLRequest::SkipServiceWorker::Controlling,
&new_request);
bool follow = client_->willFollowRedirect(loader_, new_request, response);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698