Merge pull request #5882 from MicrosoftDocs/v-gmoor-fix-policy-csp-settings-md

Fixes for the Acrolinx score of policy-csp-settings.md
This commit is contained in:
Gary Moore 2021-10-25 20:43:58 -07:00 committed by GitHub
commit 4c7a3285c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -933,12 +933,12 @@ The following example illustrates a policy that would allow access only to the a
showonly:about;bluetooth showonly:about;bluetooth
If the policy is not specified, the behavior will be that no pages are affected. If the policy string is formatted incorrectly, it will be ignored entirely (i.e. treated as not set) to prevent the machine from becoming unserviceable if data corruption occurs. Note that if a page is already hidden for another reason, then it will remain hidden even if it is in a "showonly:" list. If the policy is not specified, the behavior will be that no pages are affected. If the policy string is formatted incorrectly, it will be ignored entirely (that is, treated as not set) to prevent the machine from becoming unserviceable if data corruption occurs. Note that if a page is already hidden for another reason, then it will remain hidden even if it is in a "showonly:" list.
The format of the PageVisibilityList value is as follows: The format of the PageVisibilityList value is as follows:
- The value is a unicode string up to 10,000 characters long, which will be used without case sensitivity. - The value is a unicode string up to 10,000 characters long, which will be used without case sensitivity.
- There are two variants: one that shows only the given pages and one which hides the given pages. - There are two variants: one that shows only the given pages and one that hides the given pages.
- The first variant starts with the string "showonly:" and the second with the string "hide:". - The first variant starts with the string "showonly:" and the second with the string "hide:".
- Following the variant identifier is a semicolon-delimited list of page identifiers, which must not have any extra whitespace. - Following the variant identifier is a semicolon-delimited list of page identifiers, which must not have any extra whitespace.
- Each page identifier is the ms-settings:xyz URI for the page, minus the ms-settings: prefix, so the identifier for the page with URI "ms-settings:network-wifi" would be just "network-wifi". - Each page identifier is the ms-settings:xyz URI for the page, minus the ms-settings: prefix, so the identifier for the page with URI "ms-settings:network-wifi" would be just "network-wifi".
@ -964,7 +964,7 @@ ADMX Info:
<!--/ADMXMapped--> <!--/ADMXMapped-->
<!--Validation--> <!--Validation-->
To validate on Desktop, do the following: To validate on Desktop, use the following steps:
1. Open System Settings and verify that the About page is visible and accessible. 1. Open System Settings and verify that the About page is visible and accessible.
2. Configure the policy with the following string: "hide:about". 2. Configure the policy with the following string: "hide:about".