| commit | ede2091f3f4a3a836e3e2efb13bd8c691a60f6d8 | [log] [tgz] |
|---|---|---|
| author | estark <estark@chromium.org> | Thu Jun 30 02:58:53 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jun 30 03:00:22 2016 |
| tree | 74b14e2e58a938af489b864bd7f7fb8b0c077250 | |
| parent | ee62ba686f5053bced5ef548edbb16948e9c278a [diff] |
Revert of Apply Referrer-Policy header when following redirects (patchset #17 id:320001 of https://codereview.chromium.org/2100583002/ ) Reason for revert: Broke msan tests https://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Tests/builds/17218/steps/net_unittests%20on%20Ubuntu-12.04/logs/URLRequestJob.RedirectTransactionWithReferrerPolicyHeader Original issue's description: > Apply Referrer-Policy header when following redirects > > When a Referrer-Policy header is received during a redirect, > URLRequestJob parses it and updates the referrer and referrer policy on > the request, if necessary. > > The Referrer-Policy header is being implemented as an experimental web > platform feature. The experimental web platform feature flag is plumbed > to URLRequestJob via a boolean on URLRequestContext. This flag should be > temporary and only live until the Referrer-Policy feature ships. > > Intent to Implement: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/Umj9iVRJM70 > Implementation plan: https://docs.google.com/document/d/1SyQhP6Y7BHIQXWL8S1saWqMuar4hoWLGigQuHmizg3g/edit > > BUG=619228 > > Committed: https://crrev.com/550ba7f9533922cfeac9709d99815cec9b2ad52a > Cr-Commit-Position: refs/heads/master@{#403017} TBR=jochen@chromium.org,eugenebut@chromium.org,mmenke@chromium.org,palmer@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=619228 Review-Url: https://codereview.chromium.org/2108423002 Cr-Commit-Position: refs/heads/master@{#403075}