From 63f98f25f99e0fdc08e615222a4edc61364e34f8 Mon Sep 17 00:00:00 2001 From: Bert Jansen Date: Mon, 27 Oct 2025 09:11:27 +0100 Subject: [PATCH] Add -DelayContentSecurityPolicyEnforcement parameter Added -DelayContentSecurityPolicyEnforcement parameter to control enforcement timing of Content Security Policy checking. --- .../Set-SPOTenant.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index a87bca0fd..2af22553d 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -118,6 +118,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowClassicPublishingSiteCreation ] [-WhoCanShareAnonymousAllowList ] [-WhoCanShareAuthenticatedGuestAllowList ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ContentSecurityPolicyEnforcement ] + [-DelayContentSecurityPolicyEnforcement ] [-DocumentUnderstandingModelScope ] [-DocumentUnderstandingModelSelectedSitesList ] [-DocumentUnderstandingModelSelectedSitesListOperation ] @@ -241,6 +242,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowClassicPublishingSiteCreation ] [-WhoCanShareAnonymousAllowList ] [-WhoCanShareAuthenticatedGuestAllowList ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ContentSecurityPolicyEnforcement ] + [-DelayContentSecurityPolicyEnforcement ] [-DocumentUnderstandingModelScope ] [-DocumentUnderstandingModelSelectedSitesList ] [-DocumentUnderstandingModelSelectedSitesListOperation ] @@ -365,6 +367,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowClassicPublishingSiteCreation ] [-WhoCanShareAnonymousAllowList ] [-WhoCanShareAuthenticatedGuestAllowList ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ContentSecurityPolicyEnforcement ] + [-DelayContentSecurityPolicyEnforcement ] [-DocumentUnderstandingModelScope ] [-DocumentUnderstandingModelSelectedSitesList ] [-DocumentUnderstandingModelSelectedSitesListOperation ] @@ -487,6 +490,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowClassicPublishingSiteCreation ] [-WhoCanShareAnonymousAllowList ] [-WhoCanShareAuthenticatedGuestAllowList ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ContentSecurityPolicyEnforcement ] + [-DelayContentSecurityPolicyEnforcement ] [-DocumentUnderstandingModelScope ] [-DocumentUnderstandingModelSelectedSitesList ] [-DocumentUnderstandingModelSelectedSitesListOperation ] @@ -609,6 +613,7 @@ Set-SPOTenant [-MinCompatibilityLevel ] [-MaxCompatibilityLevel ] [-AllowClassicPublishingSiteCreation ] [-WhoCanShareAnonymousAllowList ] [-WhoCanShareAuthenticatedGuestAllowList ] [-ResyncContentSecurityPolicyConfigurationEntries ] [-ContentSecurityPolicyEnforcement ] + [-DelayContentSecurityPolicyEnforcement ] [-DocumentUnderstandingModelScope ] [-DocumentUnderstandingModelSelectedSitesList ] [-DocumentUnderstandingModelSelectedSitesListOperation ] @@ -2195,6 +2200,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DelayContentSecurityPolicyEnforcement + +> Applicable: SharePoint Online + +This parameter allows administrators to delay the [enforcement of Content Security Policy checking](https://aka.ms/spfx/csp) from March 1, 2026 to June 1, 2026. + +The valid values are: + +* False - The Content Security Enforcement checking will start from March 1, 2026. +* True - The Content Security Enforcement checking will start from June 1, 2026. + +```yaml +Type: Boolean +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DelayDenyAddAndCustomizePagesEnforcement > Applicable: SharePoint Online