From: Michael Kaply Date: Fri, 23 Mar 2018 19:30:36 +0000 (-0500) Subject: Merge pull request #33 from mozilla/1439443_NoSmart_or_DefaultBookmarks X-Git-Tag: 0.9~32 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/58300009b430246bb7e3bd4c3fd3e5018d27b4c9?hp=585f1ac682dc9018d2e77f913d61db880b771aa8 Merge pull request #33 from mozilla/1439443_NoSmart_or_DefaultBookmarks Policy for disabling smart and default bookmarks. Fixes #20 --- diff --git a/README.md b/README.md index ae374bb..42e0382 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,24 @@ This policy stops Firefox from checking if it is the default browser at startup. } } ``` +### 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 + } +} +``` ### 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 e1fab39..2c4a9b7 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 eb110e6..bb83f05 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -238,6 +238,26 @@ + + + + + + + + + + + + + + + + + + + +