X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b8c72d165052bc2ea433620858127018fa655d0c..20229fe87d2cd665dd576cf06daaf6990c7b6447:/README.md?ds=inline diff --git a/README.md b/README.md index 8c9cdcc..8d00ced 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,13 @@ If Value is set to true, private browsing is enabled by default in both the brow "Value": [true, false], "Locked": [true, false] } +``` +### NoDefaultBookmarks +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": { + "NoDefaultBookmarks": true } } ```