Skip to content

Commit 2c3cb74

Browse files
committed
Address feedback
1 parent 7c97bf9 commit 2c3cb74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContentSecurityPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Get-SPOContentSecurityPolicy
2828
## DESCRIPTION
2929

3030
Returns all sources in the current **Content Security Policy** configuration.
31-
Each source will be added to the `script-src` directive during construction of the `Content-Security-Policy` header.
3231

3332
## RELATED LINKS
3433

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,8 +3011,8 @@ Accept wildcard characters: False
30113011

30123012
### -ResyncContentSecurityPolicyConfigurationEntries
30133013

3014-
When set to `True`, forces a sync of **Content Security Policy** entries for SharePoint framework component in the tenant application catalog.
3015-
New entries will be added to the configuration, if not already present, based on the `cdnBasedPath` property under a solution's `.config/write-manifests.json` if present.
3014+
When set to `True`, forces a sync of **Content Security Policy** sources for SharePoint Framework components in the tenant application catalog.
3015+
New sources will be added to the configuration, if not already present, based on the `cdnBasedPath` property under a solution's `.config/write-manifests.json` if present.
30163016
The sync may take up to 24 hours to complete.
30173017
In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
30183018

0 commit comments

Comments
 (0)