X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/22a17e8fc355540543a76e697798656afa0fbd6a..20229fe87d2cd665dd576cf06daaf6990c7b6447:/README.md diff --git a/README.md b/README.md index 9062eed..8d00ced 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ If Value is set to true, private browsing is enabled by default in both the brow } ``` ### NoDefaultBookmarks -Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile. +Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile. ``` { "policies": { @@ -222,15 +222,6 @@ Don't create the default bookmarks. Note: this policy is only effective if used } } ``` -### NoSmartBookmarks -Remove the Smart Bookmarks (Most Visited, Recent Tags) -``` -{ - "policies": { - "NoSmartBookmarks": true - } -} -``` ### RememberPasswords This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. ```