From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Thu, 30 Jun 2022 21:16:41 +0000 (-0700)
Subject: Add UseSystemPrintDialog policy
X-Git-Tag: v4.0~5^2~1
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/9fbc95dc48d0067b904387e6b4a8033397fd1e01
Add UseSystemPrintDialog policy
---
diff --git a/README.md b/README.md
index 27f3524..ef360ca 100644
--- a/README.md
+++ b/README.md
@@ -104,6 +104,7 @@ Policies can be specified using the [Group Policy templates on Windows](https://
| **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
| **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
| **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
+| **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog.
| **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
| **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
@@ -5676,6 +5677,41 @@ Value (string):
}
}
```
+### UseSystemPrintDialog
+Use the system print dialog instead of the print preview window.
+
+**Compatibility:** Firefox 102\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `print.prefer_system_dialog`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
+```
+Value (string):
+```
+ or
+```
+#### macOS
+```
+
+ UseSystemPrintDialog
+ |
+
+```
+#### policies.json
+```
+{
+ "policies": {
+ "UseSystemPrintDialog": true | false
+ }
+}
+```
### WebsiteFilter
Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns.
The arrays are limited to 1000 entries each.
diff --git a/mac/org.mozilla.firefox.plist b/mac/org.mozilla.firefox.plist
index d1a1c2c..b019f83 100644
--- a/mac/org.mozilla.firefox.plist
+++ b/mac/org.mozilla.firefox.plist
@@ -588,6 +588,8 @@
SkipOnboarding
+ UseSystemPrintDialog
+
WebsiteFilter
Block
diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml
index e2d15ce..66fb51b 100644
--- a/windows/de-DE/firefox.adml
+++ b/windows/de-DE/firefox.adml
@@ -920,6 +920,10 @@ https://github.com/mozilla/policy-templates/blob/master/README.md#autolaunchprot
Wenn diese Richtlinieneinstellung aktiviert ist, verwendet Firefox in Windows gespeicherte Zugangsdaten, um Sie auf Webseiten von Microsoft anzumelden, einschlieÃlich Outlook, Office 365 sowie allen anderen Geschäfts- oder Schulkonten, die Microsofts Authentifizierung verwenden.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, müssen die Zugangsdaten manuell eingegeben werden.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
Für eine Beschreibung der Einstellung, siehe:
diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml
index 5657d43..728f89e 100644
--- a/windows/en-US/firefox.adml
+++ b/windows/en-US/firefox.adml
@@ -915,6 +915,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
diff --git a/windows/es-ES/firefox.adml b/windows/es-ES/firefox.adml
index b7299b8..a06183a 100644
--- a/windows/es-ES/firefox.adml
+++ b/windows/es-ES/firefox.adml
@@ -917,6 +917,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
Si esta polÃtica está habilitada, la preferencia se bloquea en true. Si esta polÃtica está deshabilitada, la preferencia está bloqueada en false.
Para una descripción de la preferencia, visita:
diff --git a/windows/firefox.admx b/windows/firefox.admx
index cf8780e..aca5ceb 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3848,5 +3848,15 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/windows/fr-FR/firefox.adml b/windows/fr-FR/firefox.adml
index 7972a5b..6b17c60 100644
--- a/windows/fr-FR/firefox.adml
+++ b/windows/fr-FR/firefox.adml
@@ -916,6 +916,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
Si cette stratégie est activée, la préférence est verrouillée sur true. Si cette stratégie est désactivée, la préférence est verrouillée sur false.
Pour une description de la préférence, voir:
diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml
index c334790..3d675be 100644
--- a/windows/it-IT/firefox.adml
+++ b/windows/it-IT/firefox.adml
@@ -918,6 +918,11 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
+
Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile.
Per una descrizione della preferenza, si veda:
diff --git a/windows/ru-RU/firefox.adml b/windows/ru-RU/firefox.adml
index 6dbfba2..249b202 100644
--- a/windows/ru-RU/firefox.adml
+++ b/windows/ru-RU/firefox.adml
@@ -917,6 +917,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
ÐÑли ÑÑа полиÑика вклÑÑена, пÑедпоÑÑение заблокиÑовано на true. ÐÑли ÑÑа полиÑика оÑклÑÑена, пÑедпоÑÑение заблокиÑовано на false.
ÐпиÑание пÑедпоÑÑÐµÐ½Ð¸Ñ Ñм .:
diff --git a/windows/zh-CN/firefox.adml b/windows/zh-CN/firefox.adml
index 017a8a1..fd9df42 100644
--- a/windows/zh-CN/firefox.adml
+++ b/windows/zh-CN/firefox.adml
@@ -915,6 +915,10 @@ For detailed information on creating the policy, see https://github.com/mozilla/
If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
If this policy is disabled or not configured, credentials must be entered manually.
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
è¥å¯ç¨æ¤ååï¼å好设å®å°éå®ä¸º trueã è¥ç¦ç¨æ¤ååï¼å好设å®åéå®ä¸ºfalseã
è¥éè¦å好设置ç详ç»è¯´æï¼è¯·åèï¼
diff --git a/windows/zh-TW/firefox.adml b/windows/zh-TW/firefox.adml
index 060958b..e76268d 100644
--- a/windows/zh-TW/firefox.adml
+++ b/windows/zh-TW/firefox.adml
@@ -915,6 +915,10 @@ If this policy is disabled or not configured, Firefox will offer to save passwor
è¥åç¨æ¤ååï¼Firefox å°ä½¿ç¨å²åæ¼ Windows ç帳èå¯ç¢¼ä¾ç»å
¥å¾®è»ãå·¥ä½å®ä½ãå¸æ ¡æä¾ç帳èã
è¥åç¨æä¸è¨å®æ¤ååï¼åå¿
é æå輸å
¥å¸³èå¯ç¢¼ã
+ Use System Print Dialog
+ If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.
è¥åç¨æ¤ååï¼å好è¨å®å°éå®çº trueãè¥åç¨æ¤ååï¼å好è¨å®åéå®çº falseã
è¥éè¦å好è¨å®ç詳細說æï¼è«åèï¼