Document publisher gating download blocking and blocked regions#2646
Open
gary149 wants to merge 3 commits into
Open
Document publisher gating download blocking and blocked regions#2646gary149 wants to merge 3 commits into
gary149 wants to merge 3 commits into
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
julien-c
approved these changes
Jul 16, 2026
| ## Advanced settings | ||
|
|
||
| Enterprise Plus organizations can define **blocked countries** to automatically reject access requests across their gated models and datasets. This setting is available in the **Publisher Analytics** settings, under the **Advanced Gating** tab. | ||
| Enterprise Plus organizations can block visitors from specific locations across all of their models and datasets. These settings live in the **Publisher Analytics** settings, under the **Advanced Gating** tab. |
Member
There was a problem hiding this comment.
Suggested change
| Enterprise Plus organizations can block visitors from specific locations across all of their models and datasets. These settings live in the **Publisher Analytics** settings, under the **Advanced Gating** tab. | |
| Enterprise Plus organizations can automatically reject or block visitors from specific locations across all of their models and datasets. These settings live in the **Publisher Analytics** settings, under the **Advanced Gating** tab. |
Comment on lines
+148
to
+162
| ### Blocked locations | ||
|
|
||
| Two lists define the blocked locations: | ||
|
|
||
| - **Blocked countries**: countries, identified by their [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. | ||
| - **Blocked regions**: specific territories to block in addition to the countries above, for territories that are not distinct countries and therefore cannot be selected in the list above. | ||
|
|
||
| ### Enforcement | ||
|
|
||
| The **Enforcement** setting controls what blocked visitors are denied: | ||
|
|
||
| - **Gated repositories**: access requests to the organization's gated repositories are auto-rejected. | ||
| - **All repositories**: in addition to auto-rejecting access requests, downloads are denied on every repository of the organization, including public ones. Blocked visitors see a "not available in your region" notice on the repository page, and the dataset viewer is disabled for them. | ||
|
|
||
| Enforcement applies to visitors from the blocked countries and regions, whether or not they are signed in. Members of the organization are not exempt. |
Member
There was a problem hiding this comment.
Suggested change
| ### Blocked locations | |
| Two lists define the blocked locations: | |
| - **Blocked countries**: countries, identified by their [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. | |
| - **Blocked regions**: specific territories to block in addition to the countries above, for territories that are not distinct countries and therefore cannot be selected in the list above. | |
| ### Enforcement | |
| The **Enforcement** setting controls what blocked visitors are denied: | |
| - **Gated repositories**: access requests to the organization's gated repositories are auto-rejected. | |
| - **All repositories**: in addition to auto-rejecting access requests, downloads are denied on every repository of the organization, including public ones. Blocked visitors see a "not available in your region" notice on the repository page, and the dataset viewer is disabled for them. | |
| Enforcement applies to visitors from the blocked countries and regions, whether or not they are signed in. Members of the organization are not exempt. | |
| ### Enforcement | |
| The **Enforcement** setting controls what blocked visitors are denied: | |
| - **Gated repositories**: access requests to the organization's gated repositories are auto-rejected. | |
| - **All repositories**: in addition to auto-rejecting access requests, downloads are denied on every repository of the organization, including public ones. Blocked visitors see a "not available in your region" notice on the repository page, and the dataset viewer is disabled for them. | |
| Enforcement applies to visitors from the blocked countries and regions, whether or not they are signed in. Members of the organization are not exempt. | |
| ### Blocked locations | |
| Two lists define the blocked locations: | |
| - **Blocked countries**: countries, identified by their [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code. | |
| - **Blocked regions**: specific territories to block in addition to the countries above, for territories that are not distinct countries and therefore cannot be selected in the list above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Advanced settings section of the Gating Group Collections page to cover the publisher gating changes that shipped for Enterprise Plus orgs.
Previously the docs only described blocked countries auto-rejecting access requests on gated repos. The settings now also include:
Also notes that org members aren't exempt from enforcement.
Notes for reviewers