Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/3rdparty.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ Allow WebExtensions to configure policies.
For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/enterprise-development/#how-to-add-policy).
For GPO and Intune, the extension developer should provide an ADMX file.

## Compatibility

<PolicyCompat policy="3rdparty" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

## Examples

<PolicyExample policy="3rdparty" />
Expand Down Expand Up @@ -50,3 +43,10 @@ For GPO and Intune, the extension developer should provide an ADMX file.
</dict>
</dict>
```

## Compatibility

<PolicyCompat policy="3rdparty" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AIChatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ category: "Content settings"
Configure the AI chatbot sidebar, including which built-in providers are available and the ability to add custom providers.
For more information, see [Access AI chatbots in Firefox](https://support.mozilla.org/en-US/kb/ai-chatbot) on support.mozilla.org.

## Compatibility

<PolicyCompat policy="AIChatbot" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ml.chat.enabled`, `browser.ml.chat.provider`, `browser.ml.chat.providers`, `browser.ml.chat.shortcuts`, `browser.ml.chat.prompts.0`, `browser.ml.chat.prompts.1`, `browser.ml.chat.prompts.2`, `browser.ml.chat.prompts.3`

## Examples

<PolicyExample policy="AIChatbot" />
Expand Down Expand Up @@ -134,3 +127,10 @@ Software\Policies\Mozilla\Firefox\AIChatbot\Prompts\BuiltIn\Proofread = 0x1 | 0x
</dict>
</dict>
```

## Compatibility

<PolicyCompat policy="AIChatbot" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ml.chat.enabled`, `browser.ml.chat.provider`, `browser.ml.chat.providers`, `browser.ml.chat.shortcuts`, `browser.ml.chat.prompts.0`, `browser.ml.chat.prompts.1`, `browser.ml.chat.prompts.2`, `browser.ml.chat.prompts.3`
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AIControls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ category: "Miscellaneous"
Configure AI controls.
For more information, see [Block generative AI features with Firefox AI controls](https://support.mozilla.org/en-US/kb/firefox-ai-controls) on support.mozilla.org.

## Compatibility

<PolicyCompat policy="AIControls" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ml.chat.enabled`, `browser.ml.chat.page`, `browser.ai.control.sidebarChatbot`, `browser.translations.enable`, `browser.ai.control.translations`, `pdfjs.enableAltText`, `browser.ai.control.pdfjsAltText`, `browser.ml.linkPreview.enabled`, `browser.ai.control.linkPreviewKeyPoints`, `browser.tabs.groups.smart.userEnabled`, `browser.ai.control.smartTabGroups`, `browser.ai.control.smartWindow`

## Examples

<PolicyExample policy="AIControls" />
Expand Down Expand Up @@ -126,3 +119,10 @@ Software\Policies\Mozilla\Firefox\AIControls\SpeechRecognition\Locked = 0x1 | 0x
</dict>
</dict>
```

## Compatibility

<PolicyCompat policy="AIControls" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ml.chat.enabled`, `browser.ml.chat.page`, `browser.ai.control.sidebarChatbot`, `browser.translations.enable`, `browser.ai.control.translations`, `pdfjs.enableAltText`, `browser.ai.control.pdfjsAltText`, `browser.ml.linkPreview.enabled`, `browser.ai.control.linkPreviewKeyPoints`, `browser.tabs.groups.smart.userEnabled`, `browser.ai.control.smartTabGroups`, `browser.ai.control.smartWindow`
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AccessConnector.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ Configure an Access Connector for proxying web traffic.
When this policy is set, Firefox routes traffic through the server given by `Host` and `Port`.
If `MatchPatterns` is set, only URLs matching those patterns are routed through the connector.

## Compatibility

<PolicyCompat policy="AccessConnector" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ipProtection.autoStartEnabled`, `browser.ipProtection.enabled`, `browser.ipProtection.features.autoStart`, `browser.ipProtection.inclusion.match_patterns`, `browser.ipProtection.mode`, `browser.ipProtection.openedPanelWithLocation`, `browser.ipProtection.override.serverlist`

## Examples

<PolicyExample policy="AccessConnector" />
Expand Down Expand Up @@ -58,3 +51,10 @@ Software\Policies\Mozilla\Firefox\AccessConnector\Locked = 0x1 | 0x0
</dict>
</dict>
```

## Compatibility

<PolicyCompat policy="AccessConnector" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `browser.ipProtection.autoStartEnabled`, `browser.ipProtection.enabled`, `browser.ipProtection.features.autoStart`, `browser.ipProtection.inclusion.match_patterns`, `browser.ipProtection.mode`, `browser.ipProtection.openedPanelWithLocation`, `browser.ipProtection.override.serverlist`
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ category: "Browser UI"

Enable or disable file selection dialogs.

## Compatibility

<PolicyCompat policy="AllowFileSelectionDialogs" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `widget.disable_file_pickers`

## Examples

<PolicyExample policy="AllowFileSelectionDialogs" />
Expand All @@ -36,3 +29,10 @@ Software\Policies\Mozilla\Firefox\AllowFileSelectionDialogs = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="AllowFileSelectionDialogs" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `widget.disable_file_pickers`
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AllowedDomainsForApps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ Define domains allowed to access Google Workspace.
This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
If this policy is enabled, users can only access Google Workspace using accounts from the specified domains. If you want to allow Gmail, you can add `consumer_accounts` to the list.

## Compatibility

<PolicyCompat policy="AllowedDomainsForApps" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

## Examples

<PolicyExample policy="AllowedDomainsForApps" />
Expand All @@ -40,3 +33,10 @@ Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,ex
<string>managedfirefox.com,example.com</string>
</dict>
```

## Compatibility

<PolicyCompat policy="AllowedDomainsForApps" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AppAutoUpdate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,6 @@ When the policy is disabled, application updates are downloaded and the user can

If you have disabled updates via [`DisableAppUpdate`](/reference/policies/disableappupdate/), this policy has no effect.

## Compatibility

<PolicyCompat policy="AppAutoUpdate" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.auto`

## Examples

<PolicyExample policy="AppAutoUpdate" />
Expand All @@ -41,3 +34,10 @@ Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="AppAutoUpdate" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.auto`
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AppUpdatePin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ You can specify a major and minor version as `xx.xx.` (e.g, `140.0.`) and Firefo
You should specify a version that exists or is guaranteed to exist.
If you specify a version that doesn't exist, Firefox will update beyond that version.

## Compatibility

<PolicyCompat policy="AppUpdatePin" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

## Examples

<PolicyExample policy="AppUpdatePin" />
Expand All @@ -50,3 +43,10 @@ Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
<string>106.</string>
</dict>
```

## Compatibility

<PolicyCompat policy="AppUpdatePin" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AppUpdateURL.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ category: "Device update settings"

Change the URL for application update if you are providing Firefox updates from a custom update server.

## Compatibility

<PolicyCompat policy="AppUpdateURL" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.url`

## Examples

<PolicyExample policy="AppUpdateURL" />
Expand All @@ -35,3 +28,10 @@ Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
<string>https://yoursite.com</string>
</dict>
```

## Compatibility

<PolicyCompat policy="AppUpdateURL" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.url`
18 changes: 9 additions & 9 deletions src/content/docs/reference/policies/Authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ category: "Authentication"
Configure sites that support integrated authentication.
See [Integrated authentication](https://htmlpreview.github.io/?https://github.com/mdn/archived-content/blob/main/files/en-us/mozilla/integrated_authentication/raw.html) for more information.

## Compatibility

<PolicyCompat policy="Authentication" />

`AllowNonFQDN` added in 62/60.2, `AllowProxies` added in 70/68.2, `Locked` added in 71/68.3, `PrivateBrowsing` added in 77/68.9.

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`,`network.auth.private-browsing-sso`

## Examples

<PolicyExample policy="Authentication" />
Expand Down Expand Up @@ -94,6 +85,15 @@ Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
</dict>
```

## Compatibility

<PolicyCompat policy="Authentication" />

`AllowNonFQDN` added in 62/60.2, `AllowProxies` added in 70/68.2, `Locked` added in 71/68.3, `PrivateBrowsing` added in 77/68.9.

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`,`network.auth.private-browsing-sso`

## See also

- [Integrated authentication](https://htmlpreview.github.io/?https://github.com/mdn/archived-content/blob/main/files/en-us/mozilla/integrated_authentication/raw.html)
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ The origin is the scheme (protocol), hostname (domain), and port of the URL used
The syntax of this policy is the same as the [Chrome AutoLaunchProtocolsFromOrigins policy](https://chromeenterprise.google/policies/#AutoLaunchProtocolsFromOrigins) except that you can only use valid origins (not just hostnames).
This also means that you cannot specify a wildcard (`*`) for all origins.

## Compatibility

<PolicyCompat policy="AutoLaunchProtocolsFromOrigins" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

## Examples

<PolicyExample policy="AutoLaunchProtocolsFromOrigins" />
Expand Down Expand Up @@ -61,3 +54,10 @@ Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ)
</array>
</dict>
```

## Compatibility

<PolicyCompat policy="AutoLaunchProtocolsFromOrigins" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/AutofillAddressEnabled.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ Enables or disables autofill for addresses.
This only applies when address autofill is enabled for a particular Firefox version or region.
See [Automatically fill in your address on web forms](https://support.mozilla.org/kb/automatically-fill-your-address-web-forms) for more information.

## Compatibility

<PolicyCompat policy="AutofillAddressEnabled" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.formautofill.addresses.enabled`

## Examples

<PolicyExample policy="AutofillAddressEnabled" />
Expand All @@ -39,3 +32,10 @@ Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="AutofillAddressEnabled" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.formautofill.addresses.enabled`
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ Enables or disables autofill for payment methods.

This only applies when payment method autofill is enabled for a particular Firefox version or region. See [Automatically fill in credit card data](https://support.mozilla.org/kb/credit-card-autofill) for more information.

## Compatibility

<PolicyCompat policy="AutofillCreditCardEnabled" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.formautofill.creditCards.enabled`

## Examples

<PolicyExample policy="AutofillCreditCardEnabled" />
Expand All @@ -38,3 +31,10 @@ Software\Policies\Mozilla\Firefox\AutofillCreditCardEnabled = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="AutofillCreditCardEnabled" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `extensions.formautofill.creditCards.enabled`
18 changes: 9 additions & 9 deletions src/content/docs/reference/policies/BackgroundAppUpdate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,6 @@ If you are having trouble getting the background task to run, verify your config
> [!NOTE]
> The `BackgroundAppUpdate` policy has no effect if you have disabled updates via the [`DisableAppUpdate`](/reference/policies/disableappupdate/) policy or disabled automatic updates via the [`AppAutoUpdate`](/reference/policies/appautoupdate/) policy.

## Compatibility

<PolicyCompat policy="BackgroundAppUpdate" />

Windows only.

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.background.enabled`

## Examples

<PolicyExample policy="BackgroundAppUpdate" />
Expand All @@ -47,3 +38,12 @@ Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="BackgroundAppUpdate" />

Windows only.

**CCK2 Equivalent:** N/A\
**Preferences Affected:** `app.update.background.enabled`
14 changes: 7 additions & 7 deletions src/content/docs/reference/policies/BlockAboutAddons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ category: "Extensions"

Block access to the Add-ons Manager (`about:addons`).

## Compatibility

<PolicyCompat policy="BlockAboutAddons" />

**CCK2 Equivalent:** `disableAddonsManager`\
**Preferences Affected:** N/A

## Examples

<PolicyExample policy="BlockAboutAddons" />
Expand All @@ -36,3 +29,10 @@ Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
<true/> | <false/>
</dict>
```

## Compatibility

<PolicyCompat policy="BlockAboutAddons" />

**CCK2 Equivalent:** `disableAddonsManager`\
**Preferences Affected:** N/A
Loading