Share via


IdleDetectionBlockedForUrls

Block idle detection on these sites

Supported versions

  • Windows: ≥ 145
  • macOS: ≥ 145
  • Android: ≥ 145
  • iOS: Not supported

Description

Allows you to specify a list of URL patterns for sites that are not allowed to use the Idle Detection API.

Only the origin of the URL is evaluated. Any path specified in a URL pattern is ignored. Wildcards, *, are supported.

For detailed information about valid URL pattern formats, see https://go.microsoft.com/fwlink/?linkid=2095322.

If you do not configure this policy, the default behavior applies to all sites. The default behavior is determined by the DefaultIdleDetectionSetting policy, if configured, or by the user’s personal settings otherwise.

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: No

Data type

  • List of strings

Windows information and settings

Group Policy (ADMX) info

  • GP unique name: IdleDetectionBlockedForUrls
  • GP name: Block idle detection 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\IdleDetectionBlockedForUrls
  • Path (Recommended): N/A
  • Value name: 1, 2, 3, ...
  • Value type: List of REG_SZ

Example registry value

SOFTWARE\Policies\Microsoft\Edge\IdleDetectionBlockedForUrls\1 =

https://www.example.com

SOFTWARE\Policies\Microsoft\Edge\IdleDetectionBlockedForUrls\2 =

[*.]example.edu

Mac information and settings

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

Android information and settings

  • Preference Key name: IdleDetectionBlockedForUrls
  • Example value:
["https://www.example.com", "[*.]example.edu"]

See also