commit | 6e3ad5e16e0d3fca5a6d23213b3b64abd5cd5cea | [log] [tgz] |
---|---|---|
author | Joe DeBlasio <jdeblasio@chromium.org> | Thu Apr 01 00:32:28 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 01 00:32:28 2021 |
tree | b216b0a356e972f7a1954fdd4d954092dd6270d2 | |
parent | 76420e02b4ec6816298a5b58fdf2e92e70730680 [diff] |
[Lookalikes] Treat some private registries as public. A common source of false positives for target embedding is from a small set of de-facto public registries that are on the PSL as private registries. These registries have eTLDs that look like {public_eTLD}.{ccTLD}. These look like they're target embedding the equivalent domain ending in {public_eTLD} since we do not respect private registries. This CL pulls out a few of these private registries and treats them as public registries. To start with, I only included two that have both come up repeatedly as sources of false positives and have widely-available domain registration under their eTLD (i.e. they're de-facto public). Fixed: 1192916 Change-Id: Ia091039afa53fed54191d6c1968cdf2c67e845da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2798078 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#868352}
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.