X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b64356893453f81103fd1ca949fb6e9de30a8c80..baa6d7915312278621316b63f4a7bd720c445fd3:/README.md?ds=sidebyside 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. ```