chromium / suspicious-site-reporter

Extension for reporting suspicious sites to Safe Browsing.
Apache License 2.0
96 stars 22 forks source link

Add unusually long subdomain signal #30

Closed livvielin closed 5 years ago

livvielin commented 5 years ago

Add unusually long subdomain signal

If the domain of the site has an unusually long subdomain (determined by approximation from submitted URLs and checking against top sites), include a flag in the information section. Also add a helper function that returns domain parts, since this is also used in the hasManySubdomains check.

livvielin commented 5 years ago

Reviewed internally