@@ -0,0 +1,3 @@
export function isSubdomain(host: string): boolean {
return (host.replace('www.', '').match(/\./g) || []).length > 1;
}
The note is not visible to the blocked user.