commit | 857c4ddd59fd29ed2ff02d67e55ec72008831298 | [log] [tgz] |
---|---|---|
author | Devlin Cronin <rdevlin.cronin@chromium.org> | Fri Oct 09 20:54:57 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 09 20:54:57 2020 |
tree | c6f6d600bf919c188292abd00bb393bd0f0261ee | |
parent | 2091ad5f904f884faa8770ad530691322c934973 [diff] |
Extensions] Block chrome://favicon in MV3+ extensions Manifest v3 and higher extensions will not have access to the chrome://favicon host; instead, we'll provide a dedicated API permission and different URL. This results in being able to tighten our permissions around the chrome:-scheme. Bug: 104102 Change-Id: I0610caa036e4488d8d5a439396036a9497961f46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441195 Reviewed-by: Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#815778}
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.
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.