AdguardTeam / AdguardTeam/DeadDomainsLinter

Add a site redirection check

Open
#27 6 comments 2 reactions 1 assignee Claimed by @maximtop View on GitHub
enhancement Priority: P4
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

![image](https://github.com/AdguardTeam/DeadDomainsLinter/assets/8361299/2cc52835-5148-4169-9339-95fd936074e5)

* `sa8zdui.com` - third-party redirect

Screenshot

![image](https://github.com/AdguardTeam/DeadDomainsLinter/assets/8361299/1e5990ce-7120-43fe-a653-69fca06749c4)

* `www.mp4er.cc` - legal redirect

Screenshot

![image](https://github.com/AdguardTeam/DeadDomainsLinter/assets/8361299/7e39b5b3-807b-436a-bfb6-58d9c0992a0e)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.