AdguardTeam / AdguardTeam/AdguardBrowserExtension
Wildcard support for domain name
- Vorherrschende Sprache
- TypeScript
- Sterne
- 4.4k
- Forks
- 449
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
### 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_
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.