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 Local Fonts permission on these sites
Supported versions
- Windows: ≥ 149
- macOS: ≥ 149
- Android: Not supported
- iOS: Not supported
Description
Specifies a list of site URL patterns for which the local fonts permission is automatically denied. Sites in this list are prevented from accessing information about local fonts.
For detailed information about valid URL patterns, see https://go.microsoft.com/fwlink/?linkid=2095322. Wildcards, *, are supported. This policy matches based on origin only; any path in the URL pattern is ignored.
If a site isn't included in this policy, the DefaultLocalFontsSetting policy applies if configured. Otherwise, the browser default behavior applies, and users can choose the permission on a per-site basis.
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: LocalFontsBlockedForUrls
- GP name: Block Local Fonts permission on these sites
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Content settings
- GP path (Recommended): N/A
- GP ADMX file name: MSEdge.admx
Example value
https://www.example.com
[*.]example.edu
Registry settings
- Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge\LocalFontsBlockedForUrls
- Path (Recommended): N/A
- Value name: 1, 2, 3, ...
- Value type: List of REG_SZ
Example registry value
SOFTWARE\Policies\Microsoft\Edge\LocalFontsBlockedForUrls\1 =
https://www.example.com
SOFTWARE\Policies\Microsoft\Edge\LocalFontsBlockedForUrls\2 =
[*.]example.edu
Mac information and settings
- Preference Key name: LocalFontsBlockedForUrls
- Example value:
<array>
<string>https://www.example.com</string>
<string>[*.]example.edu</string>
</array>