]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Using wrong name for bookmarks menu - menu not folder
[policy-templates.git] / README.md
index 1d81e0e5173b5add3e76215022b24100dd1ba708..a742542d034bf592aba49b5006648ae2ba0b58e0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,12 +62,12 @@ This policy turns off application updates.
   }
 }
 ```
   }
 }
 ```
-### DisableDeveloperTools
-This policy removes access to all developer tools.
+### DisableBuiltinPDFViewer
+This policy disables the built in PDF viewer. PDF files are downloaded and sent externally.
 ```
 {
   "policies": {
 ```
 {
   "policies": {
-    "DisableDeveloperTools": true
+    "DisableBuiltinPDFViewer": true
   }
 }
 ```
   }
 }
 ```
@@ -80,6 +80,15 @@ This policy removes access to all developer tools.
   }
 }
 ```
   }
 }
 ```
+### DisableFeedbackCommands
+This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site)
+```
+{
+  "policies": {
+    "DisableFeedbackCommands": true
+  }
+}
+```
 ### DisableFirefoxScreenshots
 This policy removes access to Firefox Screenshots
 ```
 ### DisableFirefoxScreenshots
 This policy removes access to Firefox Screenshots
 ```
@@ -134,6 +143,15 @@ This policy removes access to private browsing
   }
 }
 ```
   }
 }
 ```
+### DisableSafeMode
+This policy disables safe mode on Windows only
+```
+{
+  "policies": {
+    "DisableSafeMode": true
+  }
+}
+```
 ### DisableSysAddonUpdate
 This policy prevents system add-ons from being updated or installed.
 ```
 ### DisableSysAddonUpdate
 This policy prevents system add-ons from being updated or installed.
 ```
@@ -253,8 +271,8 @@ same folder name are grouped together.
     {"Title": "Example",
      "URL": "http://example.org",
      "Favicon": "http://example.com/favicon.ico",
     {"Title": "Example",
      "URL": "http://example.org",
      "Favicon": "http://example.com/favicon.ico",
-     "Placement": "toolbar",
-     "Folder": "Bookmarks"
+     "Placement": ["toolbar", "menu"],
+     "Folder": "FolderName"
      }
     ]
   }
      }
     ]
   }

patrick-canterino.de