commit | 7a451325cd4261856bf42b56ab2a369684012125 | [log] [tgz] |
---|---|---|
author | Mustafa Emre Acer <meacer@google.com> | Tue Mar 16 19:41:03 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 16 19:41:03 2021 |
tree | 7996599e2bb902f355e22455a3ff88de236caeed | |
parent | e330c429d28c5c153b0b111356d3216ba0fb4daf [diff] |
Lookalikes: Remember digital asset link validation results This CL implements a tentative caching mechanism for Digital Asset Link validation results. It does so by allowlisting the lookalike site if the validation is successful. The allowlist is the existing allowlist mechanism implemented by reputation warnings. In the future we may change this mechanism by allowlisting only pairs of (lookalike, target) sites. Bug: 1175385 Change-Id: Ie60dcfe096b649bf41dd6be9fa48be50ab566e91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2699538 Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Reviewed-by: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#863409}
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.