From b5ef044c0e39558179de4eec2a4e54690cb9a7a4 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Mon, 7 Sep 2026 13:03:18 +0200 Subject: [PATCH] chore: Add SpeechRecognition to AIControls policy --- src/content/docs/reference/policies/AIControls.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/content/docs/reference/policies/AIControls.mdx b/src/content/docs/reference/policies/AIControls.mdx index ef062b5..6808f41 100644 --- a/src/content/docs/reference/policies/AIControls.mdx +++ b/src/content/docs/reference/policies/AIControls.mdx @@ -30,6 +30,7 @@ The following AI feature keys are available: - `LinkPreviewKeyPoints`: Controls AI-generated key point summaries shown in link previews. - `SidebarChatbot`: Controls the AI chatbot panel in the Firefox sidebar. - `SmartWindow`: Controls AI-powered window arrangement features. +- `SpeechRecognition`: Controls AI-powered on-device speech recognition. All keys accept the following sub-keys: @@ -56,6 +57,8 @@ Software\Policies\Mozilla\Firefox\AIControls\SidebarChatbot\Value = "available" Software\Policies\Mozilla\Firefox\AIControls\SidebarChatbot\Locked = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Value = "available" | "blocked" Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Locked = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\AIControls\SpeechRecognition\Value = "available" | "blocked" +Software\Policies\Mozilla\Firefox\AIControls\SpeechRecognition\Locked = 0x1 | 0x0 ``` ## macOS @@ -113,6 +116,13 @@ Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Locked = 0x1 | 0x0 Locked | + SpeechRecognition + + Value + available | blocked + Locked + | + ```