}
}
```
-### 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": {
- "DisableDeveloperTools": true
+ "DisableBuiltinPDFViewer": true
}
}
```
}
}
```
+### 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
```
}
}
```
+### DisableSafeMode
+This policy disables safe mode on Windows only
+```
+{
+ "policies": {
+ "DisableSafeMode": true
+ }
+}
+```
### DisableSysAddonUpdate
This policy prevents system add-ons from being updated or installed.
```