Device Firewall
The Device Firewall lets you block specific domains so your connected devices can't reach them. Use it to keep developers away from risky package marketplaces, unapproved registries, and other sites you don't want on work machines.

How it works
Device Protection monitors network traffic on each device. When a device tries to reach a blocked domain, the request is stopped at the network level before it connects.
Block a domain
Select Block Domain.
Enter the domain you want to block (for example
clawhub.ai).Choose which User Groups the block applies to. Select Match All to apply it to every device, or pick a specific group such as Developers.
Optionally add a Reason so your team knows why the domain is blocked.
Save the block.
The domain now appears in the list and applies to the selected devices.
Examples of domains to block
Common domains teams block, grouped by category.
Unofficial copies of the public npm registry. They let developers install packages outside your approved private registry, so packages skip the checks you rely on.
npmmirror.com-- third-party mirror of the public npm registrynpm.taobao.org-- the older Taobao npm mirrorr.cnpmjs.org-- the cnpm mirrormirrors.tencent.com-- Tencent's public npm mirrorrepo.huaweicloud.com-- Huawei's public npm mirrorregistry.yarnpkg.com-- the Yarn registry, which proxies the public npm registry
Unofficial copies of the Python Package Index (PyPI), the public registry for Python packages. Like npm mirrors, they let developers pull Python packages from outside your approved index.
mirrors.aliyun.com-- Alibaba Cloud PyPI mirrorpypi.tuna.tsinghua.edu.cn-- Tsinghua University PyPI mirrorpypi.doubanio.com-- Douban PyPI mirrorpypi.mirrors.ustc.edu.cn-- USTC PyPI mirrormirrors.cloud.tencent.com-- Tencent Cloud PyPI mirrormirror.baidu.com-- Baidu PyPI mirror
Package and tool marketplaces you haven't reviewed. Anyone can publish to them, so they are a common source of malicious or low-quality software.
clawhub.ai-- an unvetted package marketplacesmithery.ai-- a marketplace for Model Context Protocol (MCP) servers, a way for AI tools to connect to external services
Anonymous paste and file-sharing sites. Attackers, and malware running on a device, use them to move source code, secrets, or stolen data off the machine.
pastebin.com-- anonymous text paste siteprivatebin.net-- encrypted paste sitehastebin.com-- anonymous text paste sitetransfer.sh-- command-line file upload serviceanonfiles.com-- anonymous file hostgofile.io-- anonymous file hostmega.nz-- anonymous cloud storage
Manage blocked domains
Use the Search bar to find a blocked domain by name.
Use the User Groups filter to see the domains blocked for a specific group.
Select the menu (the three dots) on any row to edit or remove a block.
Last updated
Was this helpful?