AdguardTeam / AdguardTeam/DeadDomainsLinter
Add a site redirection check
- Dominant language
- JavaScript
- Stars
- 35
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Сheck to find live domains which redirect somewhere.
The most popular cases:
* a site just moved to a new domain
* a site is dead, but new domain owner uses it for another purposes (99% parked and uses redirection to a selling page, or used for ads/scum.
Currently, domains that are used in such scenarios are skipped.
In the second case URLs contain query params (usually ad related).
These domains can be logged to a file by pairs `domain` + `tab` + `redirection_url` or replaced in the filter by `! commented out by dead-domains-linter: domain + redirection_url`
Perhaps if an address doesn't open with HTTPS, it can be considered dead.
Examples:
* `bukaivip.com` - first-party redirect
Screenshot

* `sa8zdui.com` - third-party redirect
Screenshot

* `www.mp4er.cc` - legal redirect
Screenshot

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.