]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Bug 1466484 - Add support for removing search engines
[policy-templates.git] / README.md
index 9e54f1439c440638784f8d9f8fa71faef2e71f2f..fd61719def768ec6b8d66b73aaecaac73f5f7452 100644 (file)
--- a/README.md
+++ b/README.md
@@ -495,7 +495,7 @@ This policy blocks websites from being visited. The parameters take an array of
 }
 ```
 ### Search Engines (Machine only)
-This policy allows you to add new search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required.
+This policy allows you to add new search engines, remove or hide search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required.
 ```
 {
   "policies": {
@@ -512,7 +512,8 @@ This policy allows you to add new search engines, as well as set the default and
         }
       ],
       "Default": "Name of engine",
-      "PreventInstalls": [true|false]
+      "PreventInstalls": [true|false],
+      "Remove": ["Twitter", "Wikipedia (en)"]
     }
   }
 }

patrick-canterino.de