From 20229fe87d2cd665dd576cf06daaf6990c7b6447 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Fri, 23 Mar 2018 14:47:43 -0500 Subject: [PATCH] NoSmartBookmarks wasn't implemented --- README.md | 11 +---------- windows/en-US/firefox.adml | 4 +--- windows/firefox.admx | 10 ---------- 3 files changed, 2 insertions(+), 23 deletions(-) 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. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 617ef77..c0b69c7 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -74,9 +74,7 @@ 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) + 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. URL for Home page Homepage Settings Additional Homepages diff --git a/windows/firefox.admx b/windows/firefox.admx index b06e532..c597bb1 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -248,16 +248,6 @@ - - - - - - - - - - -- 2.34.1