commit | 0f85cf3e303cd3a9705466c217b0799ca56dc36a | [log] [tgz] |
---|---|---|
author | Daniel Rubery <drubery@chromium.org> | Thu Nov 30 00:35:20 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 30 00:35:20 2023 |
tree | 293a777a4c13803b7eedb46439e6a9b0faeb7e1d | |
parent | d10bd19ce44793b074d1b1acf45efbddfa2596d7 [diff] |
Set PDF to SAMPLED_PING This file type is a huge amount of traffic but a very small amount of warnings. It's not a good tradeoff to be sending download pings for this file type. By setting it's file type policy to SAMPLED_PING, we will only contact Safe Browsing about a small fraction of downloads. This preserves some visibility (in case we need to revert this), without paying the ongoing cost of delaying user downloads. Bug: 1495557 Change-Id: Ic5eb7fca22078be984b3b34f48c731adad88ab05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4960970 Reviewed-by: Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by: Christine Smith <christinesm@chromium.org> Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/main@{#1231035}
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.