From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Tue, 21 Nov 2023 13:48:05 +0000 (-0500)
Subject: Add PrintingEnabled to docs
X-Git-Tag: v5.5~4
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c79ef9d082caf3fbd4c20fc0c3fa0eac9cb944c0
Add PrintingEnabled to docs
---
diff --git a/docs/index.md b/docs/index.md
index de223ac..6db2975 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -98,6 +98,7 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
| **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
| **[`Preferences`](#preferences)** | Set and lock preferences.
| **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
+| **[`PrintingEnabled`](#printingenabled)** | Enable or disable printing.
| **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
| **[`Proxy`](#proxy)** | Configure proxy settings.
| **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
@@ -4792,6 +4793,41 @@ Value (string):
}
}
```
+### PrintingEnabled
+Enable or disable printing.
+
+**Compatibility:** Firefox 120, Firefox ESR 115.5\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `print.enabled`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\PrintingEnabled = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrintingEnabled
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ PrintingEnabled
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "PrintingEnabled": true | false
+ }
+}
+```
### PromptForDownloadLocation
Ask where to save each file before downloading.