Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/content/docs/reference/policies/AIControls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -113,6 +116,13 @@ Software\Policies\Mozilla\Firefox\AIControls\SmartWindow\Locked = 0x1 | 0x0
<key>Locked</key>
<true/> | <false/>
</dict>
<key>SpeechRecognition</key>
<dict>
<key>Value</key>
<string>available | blocked</string>
<key>Locked</key>
<true/> | <false/>
</dict>
</dict>
</dict>
```