From: Michael Kaply Date: Fri, 23 Mar 2018 19:38:27 +0000 (-0500) Subject: Merge branch 'master' into 1433870_EnableTrackingProtection X-Git-Tag: 0.9~31^2~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/9ee558d61c6a0db8d59dbdca634a2bbadae07871?hp=b8c72d165052bc2ea433620858127018fa655d0c Merge branch 'master' into 1433870_EnableTrackingProtection --- diff --git a/README.md b/README.md index 8c9cdcc..c263320 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,21 @@ 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 } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index c259fcb..617ef77 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -73,6 +73,10 @@ Bookmark Explanation Toolbar Menu + No Default Bookmarks + Don't create the default bookmarks. Note: this policy is only effective if used before the first run of the profile. + No Smart Bookmarks + Remove the Smart Bookmarks (Most Visited, Recent Tags) URL for Home page Homepage Settings Additional Homepages diff --git a/windows/firefox.admx b/windows/firefox.admx index 39f6038..b06e532 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -238,6 +238,26 @@ + + + + + + + + + + + + + + + + + + + +