You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,9 +32,10 @@ The following table lists the new, and deprecated policies that are in this arti
32
32
33
33
| Policy Name | Caption |
34
34
|:-----|:-----|
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|
38
39
|[SelectParserRelaxationEnabled](#selectparserrelaxationenabled)|Controls whether the new HTML parser behavior for the \<select\> element is enabled|
39
40
40
41
## Available policies
@@ -264,8 +265,8 @@ These tables list all of the browser-related group policies available in this re
|[SeamlessWebToBrowserSignInEnabled](#seamlesswebtobrowsersigninenabled)|Seamless Web To Browser Sign-in Enabled|
266
267
|[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|
269
270
|[WAMAuthBelowWin10RS3Enabled](#wamauthbelowwin10rs3enabled)|WAM for authentication below Windows 10 RS3 enabled|
270
271
|[WebToBrowserSignInEnabled](#webtobrowsersigninenabled)|Web To Browser Sign-in Enabled|
@@ -713,8 +714,8 @@ These tables list all of the browser-related group policies available in this re
713
714
|[NewBaseUrlInheritanceBehaviorAllowed](#newbaseurlinheritancebehaviorallowed)|Allows enabling the feature NewBaseUrlInheritanceBehavior (deprecated)|
714
715
|[NewPDFReaderEnabled](#newpdfreaderenabled)|Microsoft Edge built-in PDF reader powered by Adobe Acrobat enabled|
715
716
|[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|
718
719
|[OriginAgentClusterDefaultEnabled](#originagentclusterdefaultenabled)|Origin-keyed agent clustering enabled by default|
719
720
|[OutlookHubMenuEnabled](#outlookhubmenuenabled)|Allow users to access the Outlook menu (obsolete)|
720
721
|[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
8545
8546
8546
8547
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.
8547
8548
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).
8549
8550
8550
8551
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).
8551
8552
@@ -10518,7 +10519,7 @@ This policy is obsoleted as the feature has not been enabled in Microsoft Edge,
10518
10519
10519
10520
### SwitchIntranetSitesToWorkProfile
10520
10521
10521
-
#### Switch intranet sites to a work profile
10522
+
#### Switch intranet sites to a work or school profile
10522
10523
10523
10524
10524
10525
@@ -10530,7 +10531,7 @@ This policy is obsoleted as the feature has not been enabled in Microsoft Edge,
10530
10531
10531
10532
Allows Microsoft Edge to switch to the appropriate profile when Microsoft Edge detects that a URL is the intranet.
10532
10533
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.
10534
10535
10535
10536
If you disable this policy, navigations to intranet URLs will remain in the current browser profile.
10536
10537
@@ -10551,7 +10552,7 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
10551
10552
##### Group Policy (ADMX) info
10552
10553
10553
10554
- 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
10555
10556
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Identity and sign-in
10556
10557
- GP path (Recommended): N/A
10557
10558
- GP ADMX file name: MSEdge.admx
@@ -10582,7 +10583,7 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
10582
10583
10583
10584
### SwitchSitesOnIEModeSiteListToWorkProfile
10584
10585
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
10586
10587
10587
10588
10588
10589
@@ -10592,9 +10593,9 @@ If you disable this policy, navigations to intranet URLs will remain in the curr
10592
10593
10593
10594
#### Description
10594
10595
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.
10596
10597
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.
10598
10599
10599
10600
If you disable this policy, navigations to URLs matching a site on the IE mode site list will remain in the current browser profile.
10600
10601
@@ -10615,7 +10616,7 @@ If you disable this policy, navigations to URLs matching a site on the IE mode s
10615
10616
##### Group Policy (ADMX) info
10616
10617
10617
10618
- 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
10619
10620
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Identity and sign-in
10620
10621
- GP path (Recommended): N/A
10621
10622
- 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
10780
10781
10781
10782
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.
10782
10783
10783
-
If you not set this policy, no action will be ran.
10784
+
If you do not set this policy, no action will run.
10784
10785
10785
10786
The minimum threshold is 1 minute.
10786
10787
@@ -10844,13 +10845,11 @@ The minimum threshold is 1 minute.
10844
10845
10845
10846
#### Description
10846
10847
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.
10848
10849
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.
10850
10851
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.
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.
10864
10863
10865
10864
Policy options mapping:
10866
10865
@@ -13247,7 +13246,7 @@ This policy has no effect if the [EfficiencyModeEnabled](#efficiencymodeenabled)
13247
13246
13248
13247
Learn more about efficiency mode: [https://go.microsoft.com/fwlink/?linkid=2173921](https://go.microsoft.com/fwlink/?linkid=2173921)
13249
13248
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)
13251
13250
13252
13251
Policy options mapping:
13253
13252
@@ -18560,7 +18559,7 @@ If you don't configure the policy, users can choose whether to show the home but
18560
18559
18561
18560
#### Supported versions:
18562
18561
18563
-
- On Windows and macOS since 134 or later
18562
+
- On Windows and macOS since 135 or later
18564
18563
18565
18564
#### Description
18566
18565
@@ -36335,7 +36334,7 @@ From Microsoft Edge 93 onwards, if policy [ImplicitSignInEnabled](#implicitsigni
36335
36334
36336
36335
### OrganizationLogoOverlayOnAppIconEnabled
36337
36336
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
36339
36338
36340
36339
36341
36340
@@ -36370,7 +36369,7 @@ For more information about configuring your organization's logo on Entra, please
36370
36369
##### Group Policy (ADMX) info
36371
36370
36372
36371
- 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
36374
36373
- GP path (Mandatory): N/A
36375
36374
- GP path (Recommended): Administrative Templates/Microsoft Edge - Default Settings (users can override)/
36376
36375
- GP ADMX file name: MSEdge.admx
@@ -36401,7 +36400,7 @@ For more information about configuring your organization's logo on Entra, please
36401
36400
36402
36401
### OrganizationalBrandingOnWorkProfileUIEnabled
36403
36402
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
36405
36404
36406
36405
36407
36406
@@ -36436,7 +36435,7 @@ For more information about configuring your organization's branding assets on En
36436
36435
##### Group Policy (ADMX) info
36437
36436
36438
36437
- 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
36440
36439
- GP path (Mandatory): N/A
36441
36440
- GP path (Recommended): Administrative Templates/Microsoft Edge - Default Settings (users can override)/
0 commit comments