]> git.p6c8.net - policy-templates.git/blobdiff - README.md
WebsiteFilter snippet needs policy name 'WebsiteFilter'
[policy-templates.git] / README.md
index 77fdbdea0a0dcee13d64dfca19ad35066801bb29..baf14b7ea58251fd1361b8c1d883315ee01a0e58 100644 (file)
--- 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.
 ```
 ### 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": {
 ```
 {
   "policies": {
-    "Block": ["<all_urls>"],
-    "Exceptions": ["http://example.org/*"]
+    "WebsiteFilter": {
+      "Block": ["<all_urls>"],
+      "Exceptions": ["http://example.org/*"]
+    }
   }
 }
 ```
   }
 }
 ```

patrick-canterino.de