| commit | 8e6a6ff244943f861837f6545871ab367033e8b9 | [log] [tgz] |
|---|---|---|
| author | Emmanuel Arias Soto <eariassoto@google.com> | Fri Dec 27 09:05:25 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 27 09:05:25 2024 |
| tree | 38342824a414f39ccd24b0fdae405bc1c0a12eca | |
| parent | ed2113919d038840826154397335a845e7998bcc [diff] |
policy: Increase kMaxUrlFiltersPerPolicy to 1500 This change increases the maximum number of URL filters allowed per policy from 1000 to 1500 to accommodate a new server-side policy. This new policy may add entries to the URLBlocklist and URLAllowlist policies, potentially exceeding the previous limit of 1000 URLs set by administrators. This limit change also affects the EnterpriseAuthenticationAppLinkPolicy. Change-Id: I64f9cba25321dddb321629857b3e5479c4c1711d Bug: 380396936 Test: ./component_unittests Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6088607 Reviewed-by: Roland Bock <rbock@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Emmanuel Arias Soto <eariassoto@google.com> Reviewed-by: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1400445}
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.