Currently domains like gist.github.com and github.dev are filtered, despite being legitimate GitHub owned properties. This PR resolves this by first checking if the link in question is a domain or subdomain for a domain on the check domain list. The fuzzy match filter is then only applied if that condition was not met.
Currently domains like
gist.github.com
andgithub.dev
are filtered, despite being legitimate GitHub owned properties. This PR resolves this by first checking if the link in question is a domain or subdomain for a domain on the check domain list. The fuzzy match filter is then only applied if that condition was not met.