AdguardTeam / AdguardTeam/AdguardBrowserExtension
Wildcard support for domain name
- Langage dominant
- TypeScript
- Étoiles
- 4.4k
- Forks
- 449
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Issue Details
I'm experiencing a situation where some websites frequently change domain names that are quite similar after a short time, but basically, the new domains are quite similar to the old one, differing only in a few characters at the end of the domain name, for example:
> Old: domain.tld -> New: domain1.com
> Old: domain1.com -> New: domain2.net
> Old: domain2.net -> New: domainZ.org
> etc...
However, currently only wildcards for TLDs are supported, i.e. if I write the rule:
`domain*.*##some-rule`
It won't work on any domain at all.
So I expect wildcard support for domain names to be added in the next updated version.
### Proposed solution
In addition to wildcard support for TLDs, support wildcard for domain names
### Alternative solution
_No response_
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.