Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Block multiple automatic downloads in quick succession on specific sites
Supported versions
- On Windows and macOS since 110 or later
Description
Define a list of sites, based on URL patterns, where multiple successive automatic downloads aren't allowed. If you don't configure this policy, DefaultAutomaticDownloadsSetting applies for all sites, if it's set. If it isn't set, then the user's personal setting applies. For more detailed information about valid URL patterns, see https://go.microsoft.com/fwlink/?linkid=2095322.
Supported features
- Can be mandatory: Yes
- Can be recommended: No
- Dynamic Policy Refresh: Yes
- Per Profile: Yes
- Applies to a profile that is signed in with a Microsoft account: Yes
Data type
- List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: AutomaticDownloadsBlockedForUrls
- GP name: Block multiple automatic downloads in quick succession on specific sites
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Content settings
- GP path (Recommended): N/A
- GP ADMX file name: MSEdge.admx
Example value
https://contoso.com
[*.]contoso.com
Registry settings
- Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge\AutomaticDownloadsBlockedForUrls
- Path (Recommended): N/A
- Value name: 1, 2, 3, ...
- Value type: List of REG_SZ
Example registry value
SOFTWARE\Policies\Microsoft\Edge\AutomaticDownloadsBlockedForUrls\1 =
https://contoso.com
SOFTWARE\Policies\Microsoft\Edge\AutomaticDownloadsBlockedForUrls\2 =
[*.]contoso.com
Mac information and settings
- Preference Key name: AutomaticDownloadsBlockedForUrls
- Example value:
<array>
<string>https://contoso.com</string>
<string>[*.]contoso.com</string>
</array>