]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1084 from mozilla/AllowFileSelectionDialogs
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 20 Mar 2024 20:30:30 +0000 (16:30 -0400)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 20:30:30 +0000 (16:30 -0400)
Add AllowFileSelectionDialogs policy

docs/index.md
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/es-ES/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/it-IT/firefox.adml
windows/ru-RU/firefox.adml
windows/zh-CN/firefox.adml
windows/zh-TW/firefox.adml

index 5892ef642aac58759e625a1ed57a8f4135d9d4ad..9e657cc6450845a676c4f839ae8652c15fd1721e 100644 (file)
@@ -17,6 +17,7 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
 | --- | --- |
 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
+| **[`AllowFileSelectionDialogs`](#allowfileselectiondialogs)** | Allow file selection dialogs.
 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
@@ -219,6 +220,42 @@ Value (string):
   }
 }
 ```
+### AllowFileSelectionDialogs
+
+Enable or disable file selection dialogs.
+
+**Compatibility:** Firefox 124\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `widget.disable_file_pickers`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\AllowFileSelectionDialogs = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoAllowFileSelectionDialogsUpdate
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>AllowFileSelectionDialogs</key>
+  <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "AllowFileSelectionDialogs": true | false
+  }
+}
+```
 ### AppAutoUpdate
 
 Enable or disable **automatic** application update.
index a4b5b92206bb1951803ec75c098fecc8c8aa1b11..a6407371bfd2a0cbc854c6e922ec8700b17aa51a 100644 (file)
@@ -1085,6 +1085,10 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, ist das
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">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:
index 95635bb2cde98d99cb3d7ffaafc7bcbe0d0dcccb..23b456ad6a86229b2e0f7d5f201e0b41508599be 100644 (file)
@@ -1080,6 +1080,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">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:
index 76382e0f1a3ab20b8672c6880b28751e3efd3fc7..7818076699afa74827bf543d01bdeb73bd2515d3 100644 (file)
@@ -1082,6 +1082,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">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:
index 59b02a31a30b56c6b593762d8cb8a5fa43f2749f..51ec995430d4608d9d46c2bb1508fdd739144eb0 100644 (file)
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="AllowFileSelectionDialogs" class="Both" displayName="$(string.AllowFileSelectionDialogs)" explainText="$(string.AllowFileSelectionDialogs_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AllowFileSelectionDialogs">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF124_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
index 468f961389b6ab26624be7a7c93fdbe3e97e6025..8801eb49a3353a63a5a48c7b78df8370df623b93 100644 (file)
@@ -1081,6 +1081,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">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:
index dbabeeee517397f3deb06d2bc32c45b269c61246..fe0385d636f214c39eb965cb09b60cfd8ea30e63 100644 (file)
@@ -1083,6 +1083,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">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:
index 9d09a0916831cdbba2837bb86bbc158437df8d48..c587f5c36fbb6d1121fb2e806b13bd76edf30183 100644 (file)
@@ -1082,6 +1082,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:
index fcdd723344ec032fa608bb358640350901183284..0119c82bccf680056199e793f34424103d47e72f 100644 (file)
@@ -1082,6 +1082,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">若启用此原则,偏好设定将锁定为 true。 若禁用此原则,偏好设定则锁定为false。
 
 若需要偏好设置的详细说明,请参考:
index 8f248ff7c39083ce4b9484aa95d468009de01733..af9cc60ec435b5ad131f91ee7ad1c5104f3a1aae 100644 (file)
@@ -1080,6 +1080,10 @@ If this policy is enabled or not configured, printing is enabled.</string>
 If this policy is disabled or not configured, the browser receives updates.
 
 This policy is not recommended for most users.</string>
+      <string id="AllowFileSelectionDialogs">Allow File Selection Dialogs</string>
+      <string id="AllowFileSelectionDialogs_Explain">If this policy is disabled, users will not be able to open file selection dialogs. In most cases, Firefox will act as if the user clicked the cancel button.
+
+If this policy is enabled or not configured, users can open file selection dialogs.</string>
       <string id="Preferences_Boolean_Explain">若啟用此原則,偏好設定將鎖定為 true。若停用此原則,偏好設定則鎖定為 false。
 
 若需要偏好設定的詳細說明,請參考:

patrick-canterino.de