Network Security
Define your organization IP Ranges
You can list the IP addresses of your organization’s outbound traffic to apply for higher rate limits and/or to enforce authenticated access to Hugging Face from your corporate network.
The outbound IP address ranges are defined in CIDR format. For example, 52.219.168.0/24
or 2600:1f69:7400::/40
.
You can set multiple ranges, one per line.
Higher Rate Limits
Apply for higher rate-limits for your organization.
Most of the actions on the Hub have limits, for example, users are limited to creating a certain number of repositories per day. This option allows your organization to apply for higher limits for your organization members.
To activate this option,
- Toggle on the “Higher Hub rate-limits” option
You need to have a valid Enterprise Plus subscription for this option to take effect. 2. Ensure the Organization IP Ranges are defined
Once defined, higher rate limits will apply to members of your organization whose IPs match the defined ranges.
Enforce authenticated access to the Hugging Face Hub
This option will ensure that, when browsing from your corporate network, only authenticated users belonging to your organization are able to access the Hugging Face Hub. All public pages will show the following message if access unauthenticated:
- Toggle on the “Enforce authenticated access to the Hub” option
You need to have a valid Enterprise Plus subscription for this option to take effect. 2. Ensure the Organization IP Ranges are defined
Content Access Policy
You can also define a fine grained Content Access Policy by blocking some section of the Hugging Face Hub.
For example, you can block your organization’s members to access Spaces, by adding /spaces/*
to the blocked URLs. When users of your organization navigate to a page that matches the URL pattern, they’ll be presented the following page:
To define Blocked URLs, enter URL patterns, without the domain name, one per line:
The Allowed URLs field, enables you to define some exception to the blocking rules, especially. For example by allowing a specific URL within the Blocked URLs pattern, ie /spaces/meta-llama/*