commit | 70a988fc680460dce2ee7857b25efa44807a3e3d | [log] [tgz] |
---|---|---|
author | Yi Gu <yigu@chromium.org> | Wed Jun 28 16:51:14 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 28 16:51:14 2023 |
tree | 0452522ef5068f5af5d472949c31ef097d7f50fd | |
parent | d3f06b69ac9bee4c31d108cef42aa01ee7287c79 [diff] |
[FedCM] Skip well-known check behind a flag We enforce that the idp config url to show up twice both in well-known and in the API to mitigate a manifest attack. In addition, we limit the number of config urls in the well-known file to "1". This patch adds a flag to bypass the enforcement to reduce the burden for developers. e.g. many IDPs have pre-prod channels that require >3 config urls. While we are evaluating the need to increase the limit to a higher number permanently, we can add a flag in the interim. Change-Id: I98d95316bec4c61afaed45e9f7bfcffd49d59499 Bug: 1458588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4653256 Commit-Queue: Yi Gu <yigu@chromium.org> Reviewed-by: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/main@{#1163615}
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.