commit | 80d4985277e6f168570c81ab95cd8696c0036a74 | [log] [tgz] |
---|---|---|
author | Rezvan Mahdavi Hezaveh <rezvan@google.com> | Fri Jul 22 16:15:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 22 16:15:17 2022 |
tree | 6b344e1cc746b3bd6ce5cdd3b38819e14a37304f | |
parent | 4c5f109e4b5788b6277a1c3cb5fc0abcfa541606 [diff] |
Lookalikes: Don't use short brand names for Combo Squatting For Combo Squatting, the input domain is checked for a combination of brand names and keywords. Short brand names can cause many false positive matches. This CL removes brand names with length of 4 or less, adds a length check for future added brand names, and adds some security keywords to the list of popular keywords. Bug: 1337475 Change-Id: Iea02056423934393a3d804a2dd65c35ba15c2588 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3781582 Reviewed-by: Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Rezvan Mahdavi Hezaveh <rezvan@google.com> Cr-Commit-Position: refs/heads/main@{#1027263}
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.