commit | c1a2805081ac6e78930ef9b3f031263de7c3b509 | [log] [tgz] |
---|---|---|
author | Arthur Hemery <ahemery@chromium.org> | Fri Nov 18 12:13:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 18 12:13:42 2022 |
tree | e2d080c4fb285df40d61bccfa03166ee4e4d2cee | |
parent | 7f8c15a713c7c6fb39102786d82d280531e84dff [diff] |
Fix COOP bypass that uses reload redirection. Current code is not well suited to handle history navigations to unexpected targets. This can be surprising when for example a reload ends up with a redirect or an error (see https://crbug.com/1239540). Instead, we base ourselves on the response, with up to date security information, and then decide if we should use the destination SiteInstance. Bug: 1374705 Change-Id: I43f8bf55456a93aa01ec2cab6e7b55f6da403e3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4016449 Reviewed-by: Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/main@{#1073311}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.