X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b8c72d165052bc2ea433620858127018fa655d0c..bc8bdfc0d47678261e5f5a3c59ef902480d7feb2:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 8c9cdcc..9062eed 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,22 @@ 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. Note: this policy is only effective if used before the first run of the profile. +``` +{ + "policies": { + "NoDefaultBookmarks": true + } +} +``` +### NoSmartBookmarks +Remove the Smart Bookmarks (Most Visited, Recent Tags) +``` +{ + "policies": { + "NoSmartBookmarks": true } } ```