GenerativeAI
Configure generative AI features.
Compatibility: Firefox 144, Firefox ESR 140.4
CCK2 Equivalent: N/A
Preferences Affected: browser.ml.chat.enabled, browser.ml.chat.page, browser.ml.linkPreview.optin, browser.tabs.groups.smart.userEnabled
Values
Section titled “Values”EnabledControls whether generative AI features are enabled by default. If false, all generative AI features are disabled by default. Individual generative AI policies can override this setting.ChatbotControls access to AI chatbots in the sidebar. If false, AI chatbots are not available in the sidebar.LinkPreviews(Firefox 144+) Controls whether AI is used to generate link previews. If false, AI is not used to generate link previews.TabGroups(Firefox 144+) Controls whether AI is used to suggest names and tabs for tab groups. If false, AI is not used to suggest names or tabs for tab groups.LockedPrevents the user from changing generative AI preferences.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\GenerativeAI\Enabled = 0x1 | 0x0Software\Policies\Mozilla\Firefox\GenerativeAI\Chatbot = 0x1 | 0x0Software\Policies\Mozilla\Firefox\GenerativeAI\LinkPreviews = 0x1 | 0x0Software\Policies\Mozilla\Firefox\GenerativeAI\TabGroups = 0x1 | 0x0Software\Policies\Mozilla\Firefox\GenerativeAI\Locked = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~GenerativeAI/GenerativeAI_Enabled./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_LockedValue (string):
<enabled/> or <disabled/><dict> <key>GenerativeAI</key> <dict> <key>Enabled</key> <true/> | <false/> <key>Chatbot</key> <true/> | <false/> <key>LinkPreviews</key> <true/> | <false/> <key>TabGroups</key> <true/> | <false/> <key>Locked</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "GenerativeAI": { "Enabled": true | false, "Chatbot": true | false, "LinkPreviews": true | false, "TabGroups": true | false, "Locked": true | false } }}