gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 473 forks source link

[feature suggestion] allow the use of .tld #876

Closed elypter closed 6 years ago

elypter commented 6 years ago

in userscripts you can use mydomain.tld to match all top level domains of mydomain so instead of repeating rules for mydomain.org, mydomain.com, mydomain.net, ... you only need a single line. since you seem to like making umatrix rules more concise (https://github.com/gorhill/uMatrix/issues/825) i thought this would be a nice addition.

gorhill commented 6 years ago

825 does not requires a rewrite of the core filtering code.

Your suggestion would require a serious rewrite of the core filtering, and would cause quite an additional overhead to what is there now.

Declined.