@@ -118,6 +118,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
118118 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
119119 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
120120 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
121+ [-DelayContentSecurityPolicyEnforcement <Boolean>]
121122 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
122123 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
123124 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -241,6 +242,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
241242 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
242243 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
243244 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
245+ [-DelayContentSecurityPolicyEnforcement <Boolean>]
244246 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
245247 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
246248 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -365,6 +367,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
365367 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
366368 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
367369 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
370+ [-DelayContentSecurityPolicyEnforcement <Boolean>]
368371 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
369372 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
370373 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -487,6 +490,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
487490 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
488491 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
489492 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
493+ [-DelayContentSecurityPolicyEnforcement <Boolean>]
490494 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
491495 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
492496 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -609,6 +613,7 @@ Set-SPOTenant [-MinCompatibilityLevel <Int32>] [-MaxCompatibilityLevel <Int32>]
609613 [-AllowClassicPublishingSiteCreation <Boolean>] [-WhoCanShareAnonymousAllowList <Guid[]>]
610614 [-WhoCanShareAuthenticatedGuestAllowList <Guid[]>]
611615 [-ResyncContentSecurityPolicyConfigurationEntries <Boolean>] [-ContentSecurityPolicyEnforcement <Boolean>]
616+ [-DelayContentSecurityPolicyEnforcement <Boolean>]
612617 [-DocumentUnderstandingModelScope <SyntexFeatureScopeValue>]
613618 [-DocumentUnderstandingModelSelectedSitesList <String[]>]
614619 [-DocumentUnderstandingModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -2195,6 +2200,29 @@ Accept pipeline input: False
21952200Accept wildcard characters: False
21962201` ` `
21972202
2203+ # ## -DelayContentSecurityPolicyEnforcement
2204+
2205+ > Applicable: SharePoint Online
2206+
2207+ 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.
2208+
2209+ The valid values are :
2210+
2211+ * False - The Content Security Enforcement checking will start from March 1, 2026.
2212+ * True - The Content Security Enforcement checking will start from June 1, 2026.
2213+
2214+ ` ` ` yaml
2215+ Type: Boolean
2216+ Parameter Sets: (All)
2217+ Aliases:
2218+
2219+ Required: False
2220+ Position: Named
2221+ Default value: None
2222+ Accept pipeline input: False
2223+ Accept wildcard characters: False
2224+ ` ` `
2225+
21982226# ## -DelayDenyAddAndCustomizePagesEnforcement
21992227
22002228> Applicable: SharePoint Online
0 commit comments