]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #1255 from mozilla/GenerativeAI
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 13 Oct 2025 20:03:44 +0000 (16:03 -0400)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 20:03:44 +0000 (16:03 -0400)
Policy updates for Bug 1971973- GenerativeAI

docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/ru-RU/firefox.adml

index a0e1fe8a4d68a6c0f087bf2036b149656e4aa515..23ce47953911504464fdb960b197f56bf34a3183 100644 (file)
@@ -77,6 +77,7 @@ Note: The `policies.json` must use the UTF-8 encoding.
 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
 | **[`FirefoxSuggest`](#firefoxsuggest)** | Customize Firefox Suggest.
+| **[`GenerativeAI`](#generativeai)** | Configure generative AI features.
 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
 | **[`Handlers`](#handlers)** | Configure default application handlers.
 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
@@ -3619,6 +3620,70 @@ Value (string):
   }
 }
 ```
+### GenerativeAI
+
+Configure generative AI features.
+
+`Chatbot` If false, AI chatbots are not available in the sidebar.
+
+`LinkPreviews` If false, AI is not used to generate link previews (Firefox 144).
+
+`TabGroups` If false,  AI is not used to suggest names and tabs for tab groups (Firefox 144).
+
+`Locked` prevents the user from changing generative AI preferences.
+
+**Compatibility:** Firefox 144, Firefox ESR 140.4\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.ml.chat.enabled`, `browser.ml.linkPreview.optin`, `browser.tabs.groups.smart.userEnabled`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\GenerativeAI\Chatbot = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\GenerativeAI\LinkPreviews = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\GenerativeAI\TabGroups = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\GenerativeAI\Locked = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~GenerativeAI/GenerativeAI_Chatbot
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~GenerativeAI/GenerativeAI_LinkPreviews
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~GenerativeAI/GenerativeAI_TabGroups
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~GenerativeAI/GenerativeAI_Locked
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>GenerativeAI</key>
+  <dict>
+    <key>Chatbot</key>
+    <true/> | <false/>
+    <key>LinkPreviews</key>
+    <true/> | <false/>
+    <key>TabGroups</key>
+    <true/> | <false/>
+    <key>Locked</key>
+    <true/> | <false/>
+  </dict>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "GenerativeAI": {
+      "Chatbot": true | false,
+      "LinkPreviews": true | false,
+      "TabGroups": true | false,
+      "Locked": true | false
+    }
+  }
+}
+```
 ### GoToIntranetSiteForSingleWordEntryInAddressBar
 Whether to always go through the DNS server before sending a single word search string to a search engine.
 
index e83fe4c776a329a25fba48077c33e89d2bb5c44a..a7823089dc9dd41b2691903cd2108a6ecfc865a9 100644 (file)
       "ImproveSuggest": true | false,
       "Locked": true | false
     },
+    "GenerativeAI": {
+      "Chatbot": true | false,
+      "LinkPreviews": true | false,
+      "TabGroups": true | false,
+      "Locked": true | false
+    },
     "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false,
     "Handlers": {
       "mimeTypes": {
index 5c38538884be4fba3dad8ae7eac8e363b0ce0ed2..28fb093a36fa0543394d5f249e4aa2b72277e250 100644 (file)
                <key>Locked</key>
                <true/>
        </dict>
+    <key>GenerativeAI</key>
+    <dict>
+        <key>Chatbot</key>
+        <false/>
+        <key>LinkPreviews</key>
+        <false/>
+        <key>TabGroups</key>
+        <false/>
+        <key>Locked</key>
+        <true/>
+       </dict>
        <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
        <true/>
        <key>Handlers</key>
index e70ebe3345969f661164f21c416016fb34981a8e..2386407c7364db24a4c8f1b605bac32eb746bcb9 100644 (file)
       <string id="InterceptionPoints_Clipboard_group">Zwischenablage</string>
       <string id="InterceptionPoints_DragAndDrop_group">Drag-and-Drop</string>
       <string id="FirefoxHome_group">Firefox-Startseite</string>
+      <string id="GenerativeAI_group">Generative KI</string>
       <string id="Allow">Erlaubte Seiten</string>
       <string id="AllowSession">Erlaubte Seiten (Session Only)</string>
       <string id="Block">Gesperrte Seiten</string>
@@ -1303,6 +1304,25 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, kann
       <string id="VisualSearchEnabled_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, wird die visuelle Suche deaktiviert.
 
 Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird die visuelle Suche aktiviert.</string>
+      <string id="GenerativeAI_Chatbot">Chatbot</string>
+      <string id="GenerativeAI_Chatbot_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, sind KI-Chatbots in der Seitenleiste nicht verfügbar.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, sind KI-Chatbots in der Seitenleiste verfügbar.</string>
+
+      <string id="GenerativeAI_LinkPreviews">Linkvorschauen</string>
+      <string id="GenerativeAI_LinkPreviews_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, wird KI nicht verwendet, um Linkvorschauen zu erstellen.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, kann KI verwendet werden, um Linkvorschauen zu erstellen.</string>
+
+      <string id="GenerativeAI_TabGroups">Tab-Gruppen</string>
+      <string id="GenerativeAI_TabGroups_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, wird KI nicht verwendet, um Namen und Tabs für Tab-Gruppen vorzuschlagen.
+
+Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, wird KI verwendet, um Namen und Tabs für Tab-Gruppen vorzuschlagen.</string>
+
+      <string id="GenerativeAI_Locked">Änderung von Einstellungen nicht zulassen</string>
+      <string id="GenerativeAI_Locked_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, können die Einstellungen für generative KI vom Benutzer nicht geändert werden.
+
+Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, können die Einstellungen für generative KI vom Benutzer geändert werden.</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 5e8ea0f32978aee7043cde5ff73eb30248fa0d9d..092ca7180a958cce78a74417e6c231878c801e46 100644 (file)
       <string id="InterceptionPoints_Clipboard_group">Clipboard</string>
       <string id="InterceptionPoints_DragAndDrop_group">Drag And Drop</string>
       <string id="FirefoxHome_group">Firefox Home</string>
+      <string id="GenerativeAI_group">Generative AI</string>
       <string id="Allow">Allowed Sites</string>
       <string id="AllowSession">Allowed Sites (Session Only)</string>
       <string id="Block">Blocked Sites</string>
@@ -1291,6 +1292,22 @@ If this policy is disabled or not configured, the user can change their Firefox
       <string id="VisualSearchEnabled_Explain">If this policy is disabled, visual search is disabled.
 
 If this policy is enabled or not configured, visual search is enabled.</string>
+      <string id="GenerativeAI_Chatbot">Chatbot</string>
+      <string id="GenerativeAI_Chatbot_Explain">If this policy is disabled, AI chatbots are not available in the sidebar.
+
+If this policy is disabled or not configured, AI chatbots are available in the sidebar.</string>
+      <string id="GenerativeAI_LinkPreviews">Link Previews</string>
+      <string id="GenerativeAI_LinkPreviews_Explain">If this policy is disabled, AI is not used to generate link previews.
+
+If this policy is disabled or not configured, AI can be used to generate link previews.</string>
+      <string id="GenerativeAI_TabGroups">Tab Groups</string>
+      <string id="GenerativeAI_TabGroups_Explain">If this policy is disabled, AI is not used to suggest names and tabs for tab groups.
+
+If this policy is disabled or not configured, AI is not used to suggest names and tabs for tab groups.</string>
+      <string id="GenerativeAI_Locked">Do not allow preferences to be changed</string>
+      <string id="GenerativeAI_Locked_Explain">If this policy is enabled, generative AI preferences cannot be changed by the user.
+
+If this policy is disabled or not configured, generative AI preferences cannot be changed by the user.</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 22d2b35a9ffff32f1c1bf13f6afae5e04a7a2b95..aa79cc845e9f7a1364f8d685ba5ae0f38095b1b0 100644 (file)
@@ -81,7 +81,7 @@
       <definition name="SUPPORTED_FF137_ONLY" displayName="$(string.SUPPORTED_FF137_ONLY)"/>
       <definition name="SUPPORTED_FF138_ONLY" displayName="$(string.SUPPORTED_FF138_ONLY)"/>
       <definition name="SUPPORTED_FF142" displayName="$(string.SUPPORTED_FF142)"/>
-      <definition name="SUPPORTED_FF144" displayName="$(string.SUPPORTED_FF142)"/>
+      <definition name="SUPPORTED_FF144" displayName="$(string.SUPPORTED_FF144)"/>
       <definition name="SUPPORTED_FF144_ONLY" displayName="$(string.SUPPORTED_FF144_ONLY)"/>
     </definitions>
   </supportedOn>
       <parentCategory ref="InterceptionPoints"/>
     </category>
     <category displayName="$(string.FirefoxHome_group)" name="FirefoxHome">
+    <category displayName="$(string.GenerativeAI_group)" name="GenerativeAI">
       <parentCategory ref="firefox"/>
     </category>
   </categories>
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="GenerativeAI_Chatbot" class="Both" displayName="$(string.GenerativeAI_Chatbot)" explainText="$(string.GenerativeAI_Chatbot_Explain)" key="Software\Policies\Mozilla\Firefox\GenerativeAI" valueName="Chatbot">
+      <parentCategory ref="GenerativeAI"/>
+      <supportedOn ref="SUPPORTED_FF144"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
+    <policy name="GenerativeAI_LinkPreviews" class="Both" displayName="$(string.GenerativeAI_LinkPreviews)" explainText="$(string.GenerativeAI_LinkPreviews_Explain)" key="Software\Policies\Mozilla\Firefox\GenerativeAI" valueName="LinkPreviews">
+      <parentCategory ref="GenerativeAI"/>
+      <supportedOn ref="SUPPORTED_FF144_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
+    <policy name="GenerativeAI_TabGroups" class="Both" displayName="$(string.GenerativeAI_TabGroups)" explainText="$(string.GenerativeAI_TabGroups_Explain)" key="Software\Policies\Mozilla\Firefox\GenerativeAI" valueName="TabGroups">
+      <parentCategory ref="GenerativeAI"/>
+      <supportedOn ref="SUPPORTED_FF144_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
+    <policy name="GenerativeAI_Locked" class="Both" displayName="$(string.GenerativeAI_Locked)" explainText="$(string.GenerativeAI_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\GenerativeAI" valueName="Locked">
+      <parentCategory ref="GenerativeAI"/>
+      <supportedOn ref="SUPPORTED_FF144"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
index 864c5cdf554cb26e9dad7679534cf1747a48e9c5..9e2aca747b89cad5a92f4675ad75f5c65373d81b 100644 (file)
       <string id="InterceptionPoints_Clipboard_group">Presse-papiers</string>
       <string id="InterceptionPoints_DragAndDrop_group">Glisser-déposer</string>
       <string id="FirefoxHome_group">Page d’accueil de Firefox</string>
+      <string id="GenerativeAI_group">IA générative</string>
       <string id="Allow">Sites autorisés</string>
       <string id="AllowSession">Sites autorisés (Session seulement)</string>
       <string id="Block">Sites bloqués</string>
@@ -1298,6 +1299,22 @@ Si cette stratégie est désactivée ou non configurée, l’utilisateur peut mo
       <string id="VisualSearchEnabled_Explain">Si cette stratégie est désactivée, la recherche visuelle est désactivée.
 
 Si cette stratégie est activée ou non configurée, la recherche visuelle est activée.</string>
+      <string id="GenerativeAI_Chatbot">Chatbot</string>
+      <string id="GenerativeAI_Chatbot_Explain">Si cette stratégie est désactivée, les chatbots IA ne sont pas disponibles dans la barre latérale.
+
+Si cette stratégie est activée ou non configurée, les chatbots IA sont disponibles dans la barre latérale.</string>
+      <string id="GenerativeAI_LinkPreviews">Aperçus de liens</string>
+      <string id="GenerativeAI_LinkPreviews_Explain">Si cette stratégie est désactivée, l’IA n’est pas utilisée pour générer des aperçus de liens.
+
+Si cette stratégie est activée ou non configurée, l’IA peut être utilisée pour générer des aperçus de liens.</string>
+      <string id="GenerativeAI_TabGroups">Groupes d’onglets</string>
+      <string id="GenerativeAI_TabGroups_Explain">Si cette stratégie est désactivée, l’IA n’est pas utilisée pour suggérer des noms et des onglets pour les groupes d’onglets.
+
+Si cette stratégie est activée ou non configurée, l’IA est utilisée pour suggérer des noms et des onglets pour les groupes d’onglets.</string>
+      <string id="GenerativeAI_Locked">Empêcher la modification des préférences</string>
+      <string id="GenerativeAI_Locked_Explain">Si cette stratégie est activée, les préférences de l’IA générative ne peuvent pas être modifiées par l’utilisateur.
+
+Si cette stratégie est désactivée ou non configurée, les préférences de l’IA générative peuvent être modifiées par l’utilisateur.</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, consultez :
index eae0fefc9a8f147429aa5b5e079dd4639b7bbb72..eada261234adf3e4396fd68ce118bc0bfab01ac2 100644 (file)
       <string id="InterceptionPoints_Clipboard_group">Буфер обмена</string>
       <string id="InterceptionPoints_DragAndDrop_group">Перетаскивание</string>
       <string id="FirefoxHome_group">Домашняя страница Firefox</string>
+      <string id="GenerativeAI_group">Генеративный ИИ</string>
       <string id="Allow">Разрешённые сайты</string>
       <string id="AllowSession">Разрешённые сайты (Session Only)</string>
       <string id="Block">Заблокированные сайты</string>
@@ -1261,6 +1262,8 @@ Mozilla рекомендует не отключать телеметрию. И
 Вы подтверждаете, что принимаете и обладаете полномочиями принимать Условия использования от имени всех лиц, которым вы предоставляете доступ к этому браузеру.
 
 Если эта политика отключена или не настроена, Условия использования Firefox и Уведомление о конфиденциальности будут отображаться при запуске.</string>
+
+Если эта политика отключена или не настроена, пользователь может изменять параметры генеративного ИИ.</string>
       <string id="FirefoxHome_Search">Поиск</string>
       <string id="FirefoxHome_Search_Explain">Если эта политика отключена, поле поиска не отображается на странице новой вкладки.
 
@@ -1299,6 +1302,22 @@ Mozilla рекомендует не отключать телеметрию. И
       <string id="VisualSearchEnabled_Explain">Если эта политика отключена, визуальный поиск отключается.
 
 Если эта политика включена или не настроена, визуальный поиск включается.</string>
+      <string id="GenerativeAI_Chatbot">Чат-бот</string>
+      <string id="GenerativeAI_Chatbot_Explain">Если эта политика отключена, чат-боты с ИИ недоступны на боковой панели.
+
+Если эта политика включена или не настроена, чат-боты с ИИ доступны на боковой панели.</string>
+      <string id="GenerativeAI_LinkPreviews">Предварительный просмотр ссылок</string>
+      <string id="GenerativeAI_LinkPreviews_Explain">Если эта политика отключена, ИИ не используется для создания предварительного просмотра ссылок.
+
+Если эта политика включена или не настроена, ИИ может использоваться для создания предварительного просмотра ссылок.</string>
+      <string id="GenerativeAI_TabGroups">Группы вкладок</string>
+      <string id="GenerativeAI_TabGroups_Explain">Если эта политика отключена, ИИ не используется для предложения названий и вкладок для групп вкладок.
+
+Если эта политика включена или не настроена, ИИ используется для предложения названий и вкладок для групп вкладок.</string>
+      <string id="GenerativeAI_Locked">Запретить изменение настроек</string>
+      <string id="GenerativeAI_Locked_Explain">Если эта политика включена, пользователь не может изменять параметры генеративного ИИ.
+
+Если эта политика отключена или не настроена, пользователь может изменять параметры генеративного ИИ.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:

patrick-canterino.de