Skip to content

AllowedDomainsForApps

Define domains allowed to access Google Workspace. This policy is based on the Chrome policy 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.

FirefoxFirefox ESRFirefox Enterprise
Available since 89Available since 78.11.0Available since 149

CCK2 Equivalent: N/A
OMA-URI: AllowedDomainsForApps
Preferences Affected: N/A

policies.json
{
"policies": {
"AllowedDomainsForApps": "managedfirefox.com,example.com"
}
}
JSON schema
AllowedDomainsForApps JSON schema
{
"type": "string"
}
Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
<dict>
<key>AllowedDomainsForApps</key>
<string>managedfirefox.com,example.com</string>
</dict>