forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not change referrer policy on document.open
At the moment on document.open chrome sets the referrer policy of the opened document to be equal to the referrer policy of the entryDocument. This CL removes this step, keeping the previous referrer policy instead. Fixed: 1174496 Bug: 1130587,1174496 Change-Id: Ica4740bbd2baed0ca5bb6770c3c38132573eb374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2674927 Reviewed-by: Camille Lamy <[email protected]> Reviewed-by: Dominic Farolino <[email protected]> Commit-Queue: Antonio Sartori <[email protected]> Cr-Commit-Position: refs/heads/master@{#855766}
- Loading branch information
Showing
2 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters