Skip to content

Commit bc8ff88

Browse files
committed
Incorporate feedback
1 parent 63eaf79 commit bc8ff88

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

Lines changed: 5 additions & 5 deletions
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+
Adds an entry to the **Content Security Policy** configuration.
1919

2020
## SYNTAX
2121

@@ -27,16 +27,16 @@ Add-SPOContentSecurityPolicy [-Url] <String> [-Directive] <String>
2727

2828
## DESCRIPTION
2929

30-
Adds an entry to the Content Security Policy configuration.
30+
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.
32+
In multi-geo environments **Content Security Policy** entries are unique to each geo.
3333
Entries with a "*" directive will be applied to all directives.
3434

3535
## PARAMETERS
3636

3737
### -Url
3838

39-
Url to allow as part of this Content Security Policy entry.
39+
Url to allow as part of this **Content Security Policy** entry.
4040

4141
```yaml
4242
Type: String
@@ -53,7 +53,7 @@ Accept wildcard characters: False
5353
5454
### -Directive
5555
56-
Directive to allow as part of this Content Security Policy entry.
56+
Directive to allow as part of this **Content Security Policy** entry.
5757
Currently allowed values are "*", "script-src" and "worker-src".
5858
5959
```yaml

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

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

1616
## SYNOPSIS
1717

18-
Returns the all entries in the current Content Security Policy configuration.
18+
Returns all entries in the current **Content Security Policy** configuration.
1919

2020
## SYNTAX
2121

@@ -27,8 +27,8 @@ Get-SPOContentSecurityPolicy
2727

2828
## DESCRIPTION
2929

30-
Returns all entries in the current Content Security Policy configuration.
31-
The url in each entry will be added to the corresponding directive during construction of the Content-Security-Policy header.
30+
Returns all entries in the current **Content Security Policy** configuration.
31+
The url in each entry will be added to the corresponding directive during construction of the `Content-Security-Policy` header.
3232

3333
## RELATED LINKS
3434

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

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

1616
## SYNOPSIS
1717

18-
Removes entries from the Content Security Policy configuration.
18+
Removes entries from the **Content Security Policy** configuration.
1919

2020
## SYNTAX
2121

@@ -27,14 +27,14 @@ Remove-SPOContentSecurityPolicy [-Url] <String>
2727

2828
## DESCRIPTION
2929

30-
Removes all entries associated with the given url from the Content Security Policy configuration.
31-
In multi-geo environments Content Security Policy entries are unique to each geo.
30+
Removes all entries associated with the given url from the **Content Security Policy** configuration.
31+
In multi-geo environments, **Content Security Policy** entries are unique to each geo.
3232

3333
## PARAMETERS
3434

3535
### -Url
3636

37-
Url of the Content Security Policy entries to be removed.
37+
Url of the **Content Security Policy** entries to be removed.
3838

3939
```yaml
4040
Type: String

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2990,10 +2990,10 @@ Accept wildcard characters: False
29902990

29912991
### -ResyncContentSecurityPolicyConfigurationEntries
29922992

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.
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.
29952995
The sync may take up to 24 hours to complete.
2996-
In multi-geo environments Content Security Policy entries are unique to each geo.
2996+
In multi-geo environments, **Content Security Policy** entries are unique to each geo.
29972997

29982998

29992999
```yaml

0 commit comments

Comments
 (0)