X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/b64356893453f81103fd1ca949fb6e9de30a8c80..384ac59d5b0e360e1e73fa03732f72b3e91c6d02:/README.md?ds=inline 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/*"] + } } } ```