X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/91c5da62b8b8adb004b3de9cd37b03ed8e637cf9..534859f6a7247a330c54010bfa10527b66498691:/README.md diff --git a/README.md b/README.md index 32dceaf..4046822 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Policies can be specified using the [Group Policy templates on Windows](https:// | Policy Name | Description | --- | --- | | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed. +| **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace. | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update. | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update. | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication. @@ -147,6 +148,47 @@ Value (string): } } ``` +### AllowedDomainsForApps + +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:** Firefox 89, Firefox ESR 78.11\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com" +``` +#### Windows (Intune) +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps +``` +Value (string): +``` + + +``` +#### macOS +``` + + AllowedDomainsForApps + managedfirefox.com,example.com + +``` +#### policies.json +``` +{ + "policies": { + "AllowedDomainsForApps": "managedfirefox.com,example.com" + } +} +``` ### AppUpdateURL Change the URL for application update if you are providing Firefox updates from a custom update server.