LocalFontsAllowedForUrls

Allow 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 granted. Sites in this list can access 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: LocalFontsAllowedForUrls
  • GP name: Allow 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\LocalFontsAllowedForUrls
  • Path (Recommended): N/A
  • Value name: 1, 2, 3, ...
  • Value type: List of REG_SZ

Example registry value

SOFTWARE\Policies\Microsoft\Edge\LocalFontsAllowedForUrls\1 =

https://www.example.com

SOFTWARE\Policies\Microsoft\Edge\LocalFontsAllowedForUrls\2 =

[*.]example.edu

Mac information and settings

  • Preference Key name: LocalFontsAllowedForUrls
  • Example value:
<array>
  <string>https://www.example.com</string>
  <string>[*.]example.edu</string>
</array>

See also