From: Michael Kaply Date: Wed, 11 Apr 2018 21:57:17 +0000 (-0500) Subject: DisableProfileImport policy X-Git-Tag: 0.9~6^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/7e8d27667545b02d5074386a6450c52820b4631e?hp=--cc DisableProfileImport policy --- 7e8d27667545b02d5074386a6450c52820b4631e diff --git a/README.md b/README.md index 77fdbde..fc7813a 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,15 @@ This policy removes access to private browsing } } ``` +### DisableProfileImport +This policy disables the"Import data from another browser" option in the bookmarks window. +``` +{ + "policies": { + "DisableProfileImport": true + } +} +``` ### DisableProfileRefresh This policy disables the Refresh Firefox button on about:support and support.mozilla.org. ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index d046e3f..107f64e 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -69,6 +69,10 @@ If this policy is disabled or not configured, the "Forget" button is a Prevents ability to save webpages to Pocket. Disable Private Browsing Disables private browsing. + Disable Profile Import + If this policy is enabled, the "Import data from another browser" option is not available in the bookmarks window. + +If this policy is disabled or not configured, the "Import data from another browser" option is available. Disable Profile Refresh If this policy is enabled, the "Refresh Firefox" button is not available on the about:support page or on support.mozilla.org. diff --git a/windows/firefox.admx b/windows/firefox.admx index 5e153a1..371d07a 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -318,6 +318,16 @@ + + + + + + + + + +