Zoom
1
2
3
4
5
6
7
/* Zoom */
if (
/^(.+\.)?zoom\.us$/.test(host) ||
dnsDomainIs(host, ".zoom.us") ||
dnsDomainIs(host, ".cloudfront.net") ||
dnsDomainIs(host, ".ada.support")
) return "DIRECT";
1
2
3
4
5
6
7
/* Zoom */
if (
/^(.+\.)?zoom\.us$/.test(host) ||
dnsDomainIs(host, ".zoom.us") ||
dnsDomainIs(host, ".cloudfront.net") ||
dnsDomainIs(host, ".ada.support")
) return "DIRECT";