Skip to content

Commit a408177

Browse files
committed
Incorporate feedback
1 parent edfa47c commit a408177

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Add-SPOContentSecurityPolicy [-Url] <String> [-Directive] <String>
2929

3030
Adds an entry to the Content Security Policy configuration.
3131
The url in each entry will be added to the corresponding directive during construction of the Content-Security-Policy header.
32+
In multi-geo environments Content Security Policy entries are unique to each geo.
3233
Entries with a "*" directive will be applied to all directives.
3334

3435
## PARAMETERS

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.reviewer:
1515

1616
## SYNOPSIS
1717

18-
Adds an entry to the Content Security Policy configuration.
18+
Removes an entry to the Content Security Policy configuration.
1919

2020
## SYNTAX
2121

@@ -29,6 +29,7 @@ Remove-SPOContentSecurityPolicy [-Url] <String> [-Directive] <String>
2929

3030
Removes an entry to the Content Security Policy configuration.
3131
The url in each entry will be added to the corresponding directive during construction of the Content-Security-Policy header.
32+
In multi-geo environments Content Security Policy entries are unique to each geo.
3233
Entries with a "*" directive will be applied to all directives.
3334

3435
## PARAMETERS

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,9 +2988,13 @@ Accept pipeline input: False
29882988
Accept wildcard characters: False
29892989
```
29902990

2991-
### -ContentSecurityPolicyConfigurationSynced
2991+
### -ResyncContentSecurityPolicyConfigurationEntries
2992+
2993+
When set to `True` forces a sync of Content Security Policy entries for SharePoint framework component in the tenant application catalog.
2994+
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.
2995+
The sync may take up to 24 hours to complete.
2996+
In multi-geo environments Content Security Policy entries are unique to each geo.
29922997

2993-
When set to `False` a job will be run in up to 24 hours to populate the Content Security Policy configuration with existing third-party apps in the App Catalog.
29942998

29952999
```yaml
29963000
Type: Boolean

0 commit comments

Comments
 (0)