X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/4f86941f4a8e81a9c75f9868d0929f524484c323..c154b6d97a0d5c3ad1e06fbdd045e6c01aee0171:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 77fdbde..baf14b7 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. ``` @@ -462,8 +471,10 @@ Blocks websites from being visited. The parameters take an array of Match Patter ``` { "policies": { - "Block": [""], - "Exceptions": ["http://example.org/*"] + "WebsiteFilter": { + "Block": [""], + "Exceptions": ["http://example.org/*"] + } } } ```