X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/4f86941f4a8e81a9c75f9868d0929f524484c323..7e8d27667545b02d5074386a6450c52820b4631e:/README.md?ds=inline 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. ```