Skip to content

Commit af6fb23

Browse files
Merge pull request #5517 from MicrosoftDocs/main
Michael_Lira_Policy_3_21
2 parents 38eb1da + 00dc320 commit af6fb23

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

edgeenterprise/microsoft-edge-policies.md

+28-29
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Microsoft Edge Browser Policy Documentation"
33
ms.author: stmoody
44
author: dan-wesley
55
manager: venkatk
6-
ms.date: 03/05/2025
6+
ms.date: 03/13/2025
77
audience: ITPro
88
ms.topic: reference
99
ms.service: microsoft-edge
@@ -32,9 +32,10 @@ The following table lists the new, and deprecated policies that are in this arti
3232

3333
| Policy Name | Caption |
3434
|:-----|:-----|
35-
|[PartitionedBlobUrlUsage](#partitionedbloburlusage)|Manage Blob URL Partitioning During Fetching and Navigation|
36-
|[LinkedAccountEnabled](#linkedaccountenabled)|Enable the linked account feature (obsolete)|
37-
|[NewTabPageCompanyLogoBackplateColor](#newtabpagecompanylogobackplatecolor)|Set the company logo backplate color on the new tab page.|
35+
|[SwitchIntranetSitesToWorkProfile](#switchintranetsitestoworkprofile)|Switch intranet sites to a work or school profile|
36+
|[SwitchSitesOnIEModeSiteListToWorkProfile](#switchsitesoniemodesitelisttoworkprofile)|Switch sites on the IE mode site list to a work or school profile|
37+
|[OrganizationLogoOverlayOnAppIconEnabled](#organizationlogooverlayonappiconenabled)|Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work or school profile|
38+
|[OrganizationalBrandingOnWorkProfileUIEnabled](#organizationalbrandingonworkprofileuienabled)|Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work or school profile|
3839
|[SelectParserRelaxationEnabled](#selectparserrelaxationenabled)|Controls whether the new HTML parser behavior for the \<select\> element is enabled|
3940

4041
## Available policies
@@ -264,8 +265,8 @@ These tables list all of the browser-related group policies available in this re
264265
|[ProactiveAuthWorkflowEnabled](#proactiveauthworkflowenabled)|Enable proactive authentication|
265266
|[SeamlessWebToBrowserSignInEnabled](#seamlesswebtobrowsersigninenabled)|Seamless Web To Browser Sign-in Enabled|
266267
|[SignInCtaOnNtpEnabled](#signinctaonntpenabled)|Enable sign in click to action dialog (obsolete)|
267-
|[SwitchIntranetSitesToWorkProfile](#switchintranetsitestoworkprofile)|Switch intranet sites to a work profile|
268-
|[SwitchSitesOnIEModeSiteListToWorkProfile](#switchsitesoniemodesitelisttoworkprofile)|Switch sites on the IE mode site list to a work profile|
268+
|[SwitchIntranetSitesToWorkProfile](#switchintranetsitestoworkprofile)|Switch intranet sites to a work or school profile|
269+
|[SwitchSitesOnIEModeSiteListToWorkProfile](#switchsitesoniemodesitelisttoworkprofile)|Switch sites on the IE mode site list to a work or school profile|
269270
|[WAMAuthBelowWin10RS3Enabled](#wamauthbelowwin10rs3enabled)|WAM for authentication below Windows 10 RS3 enabled|
270271
|[WebToBrowserSignInEnabled](#webtobrowsersigninenabled)|Web To Browser Sign-in Enabled|
271272
### [*Idle Browser Actions*](#idle-browser-actions-policies)
@@ -713,8 +714,8 @@ These tables list all of the browser-related group policies available in this re
713714
|[NewBaseUrlInheritanceBehaviorAllowed](#newbaseurlinheritancebehaviorallowed)|Allows enabling the feature NewBaseUrlInheritanceBehavior (deprecated)|
714715
|[NewPDFReaderEnabled](#newpdfreaderenabled)|Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled|
715716
|[NonRemovableProfileEnabled](#nonremovableprofileenabled)|Configure whether a user always has a default profile automatically signed in with their work or school account|
716-
|[OrganizationLogoOverlayOnAppIconEnabled](#organizationlogooverlayonappiconenabled)|Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile|
717-
|[OrganizationalBrandingOnWorkProfileUIEnabled](#organizationalbrandingonworkprofileuienabled)|Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work profile|
717+
|[OrganizationLogoOverlayOnAppIconEnabled](#organizationlogooverlayonappiconenabled)|Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work or school profile|
718+
|[OrganizationalBrandingOnWorkProfileUIEnabled](#organizationalbrandingonworkprofileuienabled)|Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work or school profile|
718719
|[OriginAgentClusterDefaultEnabled](#originagentclusterdefaultenabled)|Origin-keyed agent clustering enabled by default|
719720
|[OutlookHubMenuEnabled](#outlookhubmenuenabled)|Allow users to access the Outlook menu (obsolete)|
720721
|[OverrideSecurityRestrictionsOnInsecureOrigin](#overridesecurityrestrictionsoninsecureorigin)|Control where security restrictions on insecure origins apply|
@@ -8545,7 +8546,7 @@ On macOS instances, apps and extensions from outside the Microsoft Edge Add-ons
85458546

85468547
The source code of any extension can be altered by users with developer tools, potentially rendering the extension unfunctional. If this is a concern, configure the [DeveloperToolsAvailability](#developertoolsavailability) policy.
85478548

8548-
Each list item of the policy is a string that contains an extension ID and, optionally, and an optional "update" URL separated by a semicolon (;). The extension ID is the 32-letter string found, for example, on edge://extensions when in Developer mode. If specified, the "update" URL should point to an Update Manifest XML document [https://go.microsoft.com/fwlink/?linkid=2095043](https://go.microsoft.com/fwlink/?linkid=2095043). The update URL should use one of the following schemes: http, https or file. By default, the Microsoft Edge Add-ons website's update URL is used. The "update" URL set in this policy is only used for the initial installation; subsequent updates of the extension use the update URL in the extension's manifest. The update url for subsequent updates can be overridden using the ExtensionSettings policy, see [https://learn.microsoft.com/deployedge/microsoft-edge-manage-extensions-ref-guide.](/deployedge/microsoft-edge-manage-extensions-ref-guide)
8549+
Each list item of the policy is a string that contains an extension ID and, optionally, and an optional "update" URL separated by a semicolon (;). The extension ID is the 32-letter string found, for example, on edge://extensions when in Developer mode. If specified, the "update" URL should point to an Update Manifest XML document [https://go.microsoft.com/fwlink/?linkid=2095043](https://go.microsoft.com/fwlink/?linkid=2095043). The update URL should use one of the following schemes: http, https or file. By default, the Microsoft Edge Add-ons website's update URL is used. The "update" URL set in this policy is only used for the initial installation; subsequent updates of the extension use the update URL in the extension's manifest. The update url for subsequent updates can be overridden using the ExtensionSettings policy, see [https://learn.microsoft.com/deployedge/microsoft-edge-manage-extensions-ref-guide](/deployedge/microsoft-edge-manage-extensions-ref-guide).
85498550

85508551
Note: This policy doesn't apply to InPrivate mode. Read about hosting extensions at [Publish and update extensions in the Microsoft Edge Add-ons website](/microsoft-edge/extensions-chromium/enterprise/hosting-and-updating).
85518552

@@ -10518,7 +10519,7 @@ This policy is obsoleted as the feature has not been enabled in Microsoft Edge,
1051810519

1051910520
### SwitchIntranetSitesToWorkProfile
1052010521

10521-
#### Switch intranet sites to a work profile
10522+
#### Switch intranet sites to a work or school profile
1052210523

1052310524

1052410525

@@ -10530,7 +10531,7 @@ This policy is obsoleted as the feature has not been enabled in Microsoft Edge,
1053010531

1053110532
Allows Microsoft Edge to switch to the appropriate profile when Microsoft Edge detects that a URL is the intranet.
1053210533

10533-
If you enable or don't configure this policy, navigations to intranet URLs will switch to the most recently used work profile if one exists.
10534+
If you enable or don't configure this policy, navigations to intranet URLs will switch to the most recently used work or school profile if one exists.
1053410535

1053510536
If you disable this policy, navigations to intranet URLs will remain in the current browser profile.
1053610537

@@ -10551,7 +10552,7 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
1055110552
##### Group Policy (ADMX) info
1055210553

1055310554
- GP unique name: SwitchIntranetSitesToWorkProfile
10554-
- GP name: Switch intranet sites to a work profile
10555+
- GP name: Switch intranet sites to a work or school profile
1055510556
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Identity and sign-in
1055610557
- GP path (Recommended): N/A
1055710558
- GP ADMX file name: MSEdge.admx
@@ -10582,7 +10583,7 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
1058210583

1058310584
### SwitchSitesOnIEModeSiteListToWorkProfile
1058410585

10585-
#### Switch sites on the IE mode site list to a work profile
10586+
#### Switch sites on the IE mode site list to a work or school profile
1058610587

1058710588

1058810589

@@ -10592,9 +10593,9 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
1059210593

1059310594
#### Description
1059410595

10595-
Allows Microsoft Edge to switch to the appropriate profile when navigating to a site that matches an entry on the IE mode site list. Only sites that specify IE mode or Edge mode will be switched to the work profile.
10596+
Allows Microsoft Edge to switch to the appropriate profile when navigating to a site that matches an entry on the IE mode site list. Only sites that specify IE mode or Edge mode will be switched to the work or school profile.
1059610597

10597-
If you enable or don't configure this policy, navigations to URLs matching a site on the IE mode site list will switch to the most recently used work profile if one exists.
10598+
If you enable or don't configure this policy, navigations to URLs matching a site on the IE mode site list will switch to the most recently used work or school profile if one exists.
1059810599

1059910600
If you disable this policy, navigations to URLs matching a site on the IE mode site list will remain in the current browser profile.
1060010601

@@ -10615,7 +10616,7 @@ If you disable this policy, navigations to URLs matching a site on the IE mode s
1061510616
##### Group Policy (ADMX) info
1061610617

1061710618
- GP unique name: SwitchSitesOnIEModeSiteListToWorkProfile
10618-
- GP name: Switch sites on the IE mode site list to a work profile
10619+
- GP name: Switch sites on the IE mode site list to a work or school profile
1061910620
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Identity and sign-in
1062010621
- GP path (Recommended): N/A
1062110622
- GP ADMX file name: MSEdge.admx
@@ -10780,7 +10781,7 @@ If this policy is disabled, user will not get sign in CTA or seamless sign in ex
1078010781

1078110782
If you set this policy, it specifies the length of time without user input (in minutes) before the browser runs actions configured via the IdleTimeoutActions policy.
1078210783

10783-
If you not set this policy, no action will be ran.
10784+
If you do not set this policy, no action will run.
1078410785

1078510786
The minimum threshold is 1 minute.
1078610787

@@ -10844,13 +10845,11 @@ The minimum threshold is 1 minute.
1084410845

1084510846
#### Description
1084610847

10847-
List of actions to run when the timeout from the IdleTimeout policy is reached.
10848+
When the timeout from the IdleTimeout policy is reached, the browser runs the actions configured in this policy.
1084810849

10849-
If the IdleTimeout policy is unset, this policy has no effect.
10850+
If you do not configure the IdleTimeout policy, this policy has no effect.
1085010851

10851-
When the timeout from the IdleTimeout policy is reached, the browser runs the actions configured in this policy.
10852-
10853-
If you do not set this policy or no actions are selected, the IdleTimeout policy has no effect.
10852+
If you do not configure this policy or no actions are selected, the IdleTimeout policy has no effect.
1085410853

1085510854
Supported actions are:
1085610855

@@ -10860,7 +10859,7 @@ Supported actions are:
1086010859

1086110860
'clear_browsing_history', 'clear_download_history', 'clear_cookies_and_other_site_data', 'clear_cached_images_and_files', 'clear_password_signing', 'clear_autofill', 'clear_site_settings': clear the corresponding browsing data.
1086210861

10863-
Setting 'clear_browsing_history', 'clear_password_signing', 'clear_autofill', and 'clear_site_settings' will disable sync for the respective data types if neither `Chrome Sync` is disabled by setting the SyncDisabled policy nor BrowserSignin is disabled.
10862+
Setting 'clear_browsing_history', 'clear_password_signing', 'clear_autofill', and 'clear_site_settings' will disable sync for the respective data types if sync is not already disabled by setting either the SyncDisabled policy or BrowserSignin to disabled.
1086410863

1086510864
Policy options mapping:
1086610865

@@ -13247,7 +13246,7 @@ This policy has no effect if the [EfficiencyModeEnabled](#efficiencymodeenabled)
1324713246

1324813247
Learn more about efficiency mode: [https://go.microsoft.com/fwlink/?linkid=2173921](https://go.microsoft.com/fwlink/?linkid=2173921)
1324913248

13250-
Learn more about energy saver: [https://learn.microsoft.com/windows-hardware/design/component-guidelines/energy-saver](/windows-hardware/design/component-guidelines/energy-saver)
13249+
Learn more about energy saver: [https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/energy-saver](/windows-hardware/design/component-guidelines/energy-saver)
1325113250

1325213251
Policy options mapping:
1325313252

@@ -18560,7 +18559,7 @@ If you don't configure the policy, users can choose whether to show the home but
1856018559

1856118560
#### Supported versions:
1856218561

18563-
- On Windows and macOS since 134 or later
18562+
- On Windows and macOS since 135 or later
1856418563

1856518564
#### Description
1856618565

@@ -36335,7 +36334,7 @@ From Microsoft Edge 93 onwards, if policy [ImplicitSignInEnabled](#implicitsigni
3633536334

3633636335
### OrganizationLogoOverlayOnAppIconEnabled
3633736336

36338-
#### Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile
36337+
#### Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work or school profile
3633936338

3634036339

3634136340

@@ -36370,7 +36369,7 @@ For more information about configuring your organization's logo on Entra, please
3637036369
##### Group Policy (ADMX) info
3637136370

3637236371
- GP unique name: OrganizationLogoOverlayOnAppIconEnabled
36373-
- GP name: Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work profile
36372+
- GP name: Allow your organization's logo from Microsoft Entra to be overlaid on the Microsoft Edge app icon of a work or school profile
3637436373
- GP path (Mandatory): N/A
3637536374
- GP path (Recommended): Administrative Templates/Microsoft Edge - Default Settings (users can override)/
3637636375
- GP ADMX file name: MSEdge.admx
@@ -36401,7 +36400,7 @@ For more information about configuring your organization's logo on Entra, please
3640136400

3640236401
### OrganizationalBrandingOnWorkProfileUIEnabled
3640336402

36404-
#### Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work profile
36403+
#### Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work or school profile
3640536404

3640636405

3640736406

@@ -36436,7 +36435,7 @@ For more information about configuring your organization's branding assets on En
3643636435
##### Group Policy (ADMX) info
3643736436

3643836437
- GP unique name: OrganizationalBrandingOnWorkProfileUIEnabled
36439-
- GP name: Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work profile
36438+
- GP name: Allow the use of your organization's branding assets from Microsoft Entra on the profile-related UI of a work or school profile
3644036439
- GP path (Mandatory): N/A
3644136440
- GP path (Recommended): Administrative Templates/Microsoft Edge - Default Settings (users can override)/
3644236441
- GP ADMX file name: MSEdge.admx

0 commit comments

Comments
 (0)