Chromium Code Reviews
Description[predictor] Apply HSTS redirects when learning referrers.
The net predictor skips HSTS redirects when issuing preconnects,
but doesn't do so when learning them. This patch changes
behavior such that if http://a.com shows up as a referrer
for b.com, we properly learn https://a.com => b.com if we know
that http://a.com redirects to https://a.com.
BUG=616219
Committed: https://crrev.com/1ffc3b20c2f695960e97696e750397e0bae4f1ea
Cr-Commit-Position: refs/heads/master@{#397254}
Patch Set 1 #Patch Set 2 : Add a unit test #Patch Set 3 : Actually do it #
Total comments: 2
Patch Set 4 : add comment #Messages
Total messages: 18 (8 generated)
|