commit | 731572c6f90366661ff5378c1cb2392699632639 | [log] [tgz] |
---|---|---|
author | Chris Thompson <cthomp@chromium.org> | Tue May 14 08:58:59 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 14 08:58:59 2024 |
tree | 41afaaa79e8d1337483670bd58000c2bcc7d03f1 | |
parent | 5f28cff41cdabd677badbf6629fd6be1e132c24c [diff] |
Don't have Incognito inherit the HTTP allowlist Now that Incognito mode can have a different HTTPS-First Mode setting than regular mode, it is confusing for Incognito to inherit previous HTTP allowlist decisions that were made in a regular browsing window (and potentially automatically added by HTTPS-Upgrades during fallback). It makes more sense to start the HTTP allowlist from scratch for new Incognito sessions, and have them be completely separate from regular mode browsing. Bug: 40949400 Change-Id: Iad150db7b6bbf9bfb27527a7db4f4460c5e571ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5532804 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by: Christian Dullweber <dullweber@chromium.org> Auto-Submit: Chris Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1300509}
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.