]> git.p6c8.net - policy-templates.git/commitdiff
Generative AI policy templates
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 6 Oct 2025 14:35:59 +0000 (10:35 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 6 Oct 2025 14:35:59 +0000 (10:35 -0400)
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 5902111345ff96f4f12640be85b3290e7fdd2c32..96b341ad88871526a334d41e547bdc9d377e947b 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.
@@ -3618,6 +3619,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 bca9874fe464481876919b72ead55d977f2a1f33..85997e97f3fde537dcba600e11f7b1c6e9a89b24 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 02fdf91224a9e292ac780fd2eba0e21a7efb1073..0bdde8cd6c647e79179b45ee1410825400783cfc 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 024d14675a90f564156370ee6afa958e269d5d61..837aa493a380c531710fa6a75b7b05999614cd95 100644 (file)
       <string id="InterceptionPoints_group">Abfangpunkte</string>
       <string id="InterceptionPoints_Clipboard_group">Zwischenablage</string>
       <string id="InterceptionPoints_DragAndDrop_group">Drag-and-Drop</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>
@@ -1264,7 +1265,23 @@ Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird
 Sie versichern, dass Sie die Nutzungsbedingungen im Namen aller Personen, denen Sie Zugang zu diesem Browser gewähren, akzeptieren und befugt sind, diese zu akzeptieren.
 
 Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, werden die Firefox-Nutzungsbedingungen und der Datenschutzhinweis beim Starten angezeigt.</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.
+      <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 Benutzer die Einstellungen für generative KI nicht ändern.</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:
 https://github.com/mozilla/policy-templates/blob/master/README.md#preferences (Englisch)</string>
index 204a34af70127b50a542fd5676a8c987871f1afa..7d0fb1b5a7eb17750df33bced4360b415e633372 100644 (file)
       <string id="InterceptionPoints_group">Interception Points</string>
       <string id="InterceptionPoints_Clipboard_group">Clipboard</string>
       <string id="InterceptionPoints_DragAndDrop_group">Drag And Drop</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>
@@ -1258,6 +1259,20 @@ If this policy is disabled or not configured, the request will be denied.</strin
 You represent that you accept and have the authority to accept the Terms of Use on behalf of all individuals to whom you provide access to this browser.
 
 If this policy is disabled or not configured, the Firefox Terms of Use and Privacy Notice do display upon startup.</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.</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 92af0cc4a5292e298f808677eff91d048069920f..dfa5713cfae6cf49525a49c0eeeff55649f1d3ef 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>
     <category displayName="$(string.InterceptionPoints_DragAndDrop_group)" name="InterceptionPoints_DragAndDrop">
       <parentCategory ref="InterceptionPoints"/>
     </category>
+    <category displayName="$(string.GenerativeAI_group)" name="GenerativeAI">
+      <parentCategory ref="firefox"/>
+    </category>
   </categories>
   <policies>
     <policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate">
         <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 43d423f50fcdcb21d84fb623c10750d12307dc35..620a1a8452294b38db9fc5d9eff9570c45bf86be 100644 (file)
       <string id="InterceptionPoints_group">Points d’interception</string>
       <string id="InterceptionPoints_Clipboard_group">Presse-papiers</string>
       <string id="InterceptionPoints_DragAndDrop_group">Glisser-déposer</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>
@@ -1259,6 +1260,20 @@ Si cette stratégie est désactivée ou non configurée, la requête sera refus
 Vous déclarez accepter les Conditions d’utilisation et être habilité à les accepter au nom de toutes les personnes à qui vous donnez accès à ce navigateur.
 
 Si cette stratégie est désactivée ou non configurée, les Conditions d’utilisation de Firefox et l’Avis de confidentialité s’affichent au démarrage.</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.</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 c1b95b2ed3a59d27b40524b97be1da19483ac538..2d15241ad4604f98cad0a9d1258aff1aae55a1d6 100644 (file)
       <string id="InterceptionPoints_group">Точки перехвата</string>
       <string id="InterceptionPoints_Clipboard_group">Буфер обмена</string>
       <string id="InterceptionPoints_DragAndDrop_group">Перетаскивание</string>
+      <string id="GenerativeAI_group">Генеративный ИИ</string>
       <string id="Allow">Разрешённые сайты</string>
       <string id="AllowSession">Разрешённые сайты (Session Only)</string>
       <string id="Block">Заблокированные сайты</string>
@@ -1260,6 +1261,20 @@ Mozilla рекомендует не отключать телеметрию. И
 Вы подтверждаете, что принимаете и обладаете полномочиями принимать Условия использования от имени всех лиц, которым вы предоставляете доступ к этому браузеру.
 
 Если эта политика отключена или не настроена, Условия использования Firefox и Уведомление о конфиденциальности будут отображаться при запуске.</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