commit | c1a054973d7aba250ac2537a87bad79de272f96f | [log] [tgz] |
---|---|---|
author | Arthur Sonzogni <arthursonzogni@chromium.org> | Tue Oct 19 08:15:12 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 19 08:15:12 2021 |
tree | accbd31eed2ab38eaf493ceae585b519b1eb0151 | |
parent | 5cbf80cd3b42245080ea5b6725c52d776849777a [diff] |
Add kExternalProtocolBlockedBySandbox to ukm_features.cc Usage is around .01%. See: https://uma.googleplex.com/p/chrome/timeline_v2?sid=ddf48174f8d4cd637a529e840ca3feb7 This is slightly higher than what we would want to enforce this new restriction. I would like to know why website are using this for non malicious purpose. So that we could drive usage down. See intent: https://groups.google.com/a/chromium.org/g/blink-dev/c/yF9j_5gxLgo/m/ofgiGt30AAAJ See UKM collection proposal: https://docs.google.com/document/d/118tI2B4Cwk0bX4cgWKvnWCbbu4sq6un-MGfT90o8Oi4/edit# Note: Firefox's developers said usage is likely dominated by Microsoft Teams with "msteam:" URLs here: https://github.com/whatwg/html/issues/2191#issuecomment-922775038 I would like to get my own data and work with the non malicious actors that would be negatively impacted by this new restriction. Bug: 1253379 Change-Id: I5612b180f120ee5f15747c6b1fb24357356038a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3222753 Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/main@{#932908}
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.