]> git.p6c8.net - policy-templates.git/commitdiff
Fix some typos
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 1 Jun 2022 20:38:51 +0000 (16:38 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 1 Jun 2022 20:38:51 +0000 (16:38 -0400)
README.md

index eeee7003167dca48d2b5891c240b58f116f504b9..254caa3e93d26ab63cb2d173f3da8392b20d2bfb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Policies can be specified using the [Group Policy templates on Windows](https://
 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
-| **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
+| **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
@@ -3826,7 +3826,7 @@ Value (string):
 ### PasswordManagerExceptions
 Prevent Firefox from saving passwords for specific sites.
 
 ### PasswordManagerExceptions
 Prevent Firefox from saving passwords for specific sites.
 
-The sites are specified as a list of origins..
+The sites are specified as a list of origins.
 
 **Compatibility:** Firefox 101\
 **CCK2 Equivalent:** N/A\
 
 **Compatibility:** Firefox 101\
 **CCK2 Equivalent:** N/A\
@@ -3845,7 +3845,7 @@ OMA-URI:
 Value (string):
 ```
 <enabled/>
 Value (string):
 ```
 <enabled/>
-<data id="PasswordManagerExceptions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
+<data id="List" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
 ```
 #### macOS
 ```
 ```
 #### macOS
 ```

patrick-canterino.de