Skip to content

Commit

Permalink
Update com.google.Chrome.plist (#633)
Browse files Browse the repository at this point in the history
* Update com.google.Chrome.plist

Adding 4 new "privacy sandbox ad controls" for Google Chrome

https://chromeenterprise.google/policies/#PrivacySandbox

* Update com.google.Chrome.plist

`pfm_last_modified` updated
`pfm_version` bumped

Added new keys to `pfm_segments`
Added new "Privacy Sandbox" group in the `PFC_SegmentedControl_0` subkey

* Update com.google.Chrome.plist

Fixed indentation and lost </dict> closing

* Google Chrome manifest passed through plutil

---------

Co-authored-by: Ari Leviatan <relgit@users.noreply.github.com>
  • Loading branch information
BigMacAdmin and relgit committed Oct 10, 2023
1 parent b374640 commit 029b34d
Showing 1 changed file with 98 additions and 2 deletions.
100 changes: 98 additions & 2 deletions Manifests/ManagedPreferencesApplications/com.google.Chrome.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>pfm_interaction</key>
<string>combined</string>
<key>pfm_last_modified</key>
<date>2023-08-15T08:00:00Z</date>
<date>2023-10-05T00:00:00Z</date>
<key>pfm_platforms</key>
<array>
<string>macOS</string>
Expand Down Expand Up @@ -146,6 +146,7 @@
<string>Native Messaging</string>
<string>Password Manager</string>
<string>Printing</string>
<string>Privacy Sandbox</string>
<string>Proxy Server</string>
<string>Remote Access</string>
<string>Safe Browsing Settings</string>
Expand Down Expand Up @@ -461,6 +462,13 @@
<string>PrintingEnabled</string>
<string>PrinterPaperSizeDefault</string>
</array>
<key>Privacy Sandbox</key>
<array>
<string>PrivacySandboxAdMeasurementEnabled</string>
<string>PrivacySandboxAdTopicsEnabled</string>
<string>PrivacySandboxPromptEnabled</string>
<string>PrivacySandboxSiteEnabledAdsEnabled</string>
</array>
<key>Proxy Server</key>
<array>
<string>ProxyBypassList</string>
Expand Down Expand Up @@ -3314,6 +3322,94 @@ If this policy is left not set, 2 will be used.</string>
<key>pfm_type</key>
<string>integer</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>111</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>A policy to control whether the Privacy Sandbox Ad measurement setting can be disabled for your users.</string>
<key>pfm_description_reference</key>
<string>A policy to control whether the Privacy Sandbox Ad measurement setting can be disabled for your users.
If you set this policy to Disabled, then the Ad measurement setting will be turned off for your users. If you set this policy to Enabled or keep it unset, your users will be able to turn on or off the Privacy Sandbox Ad measurement setting on their device.
Setting this policy requires setting the PrivacySandboxPromptEnabled policy to Disabled.</string>
<key>pfm_documentation_url</key>
<string>https://chromeenterprise.google/policies/#PrivacySandboxAdMeasurementEnabled</string>
<key>pfm_name</key>
<string>PrivacySandboxAdMeasurementEnabled</string>
<key>pfm_title</key>
<string>Privacy Sandbox Ad Measurement Enabled</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>111</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>A policy to control whether the Privacy Sandbox Ad measurement setting can be disabled for your users.</string>
<key>pfm_description_reference</key>
<string>A policy to control whether the Privacy Sandbox Ad topics setting can be disabled for your users.
If you set this policy to Disabled, then the Ad topics setting will be turned off for your users. If you set this policy to Enabled or keep it unset, your users will be able to turn on or off the Privacy Sandbox Ad topics setting on their device.
Setting this policy requires setting the PrivacySandboxPromptEnabled policy to Disabled.</string>
<key>pfm_documentation_url</key>
<string>https://chromeenterprise.google/policies/#PrivacySandboxAdTopicsEnabled</string>
<key>pfm_name</key>
<string>PrivacySandboxAdTopicsEnabled</string>
<key>pfm_title</key>
<string>Privacy Sandbox Ad Topics Enabled</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>111</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>A policy to control whether your users see the Privacy Sandbox prompt.</string>
<key>pfm_description_reference</key>
<string>A policy to control whether your users see the Privacy Sandbox prompt. The prompt is a user-blocking flow which informs your users of the Privacy Sandbox settings. See https://privacysandbox.com for details about Chrome's effort to deprecate third-party cookies.
If you set this policy to Disabled, then Google Chrome won't show the Privacy Sandbox prompt. If you set this policy to Enabled or keep it unset, then Google Chrome determines whether the Privacy Sandbox prompt can be shown or not and then show it if possible.
If any of the following policies are set, it's required to set this policy to Disabled: PrivacySandboxAdTopicsEnabled PrivacySandboxSiteEnabledAdsEnabled PrivacySandboxAdMeasurementEnabled</string>
<key>pfm_documentation_url</key>
<string>https://chromeenterprise.google/policies/#PrivacySandboxPromptEnabled</string>
<key>pfm_name</key>
<string>PrivacySandboxPromptEnabled</string>
<key>pfm_title</key>
<string>Privacy Sandbox Prompt Enabled</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>111</string>
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>A policy to control whether the Privacy Sandbox Site-suggested ads setting can be disabled for your users.</string>
<key>pfm_description_reference</key>
<string>A policy to control whether the Privacy Sandbox Site-suggested ads setting can be disabled for your users.
If you set this policy to Disabled, then the Site-suggested ads setting will be turned off for your users. If you set this policy to Enabled or keep it unset, your users will be able to turn on or off the Privacy Sandbox Site-suggested ads setting on their device.
Setting this policy requires setting the PrivacySandboxPromptEnabled policy to Disabled.</string>
<key>pfm_documentation_url</key>
<string>https://chromeenterprise.google/policies/#PrivacySandboxSiteEnabledAdsEnabled</string>
<key>pfm_name</key>
<string>PrivacySandboxSiteEnabledAdsEnabled</string>
<key>pfm_title</key>
<string>Privacy Sandbox Site Enabled Ads Enabled</string>
<key>pfm_type</key>
<string>boolean</string>
</dict>
<dict>
<key>pfm_app_min</key>
<string>83</string>
Expand Down Expand Up @@ -9753,6 +9849,6 @@ If the policy DeveloperToolsAvailability is set, the value of the policy Develop
<key>pfm_unique</key>
<true/>
<key>pfm_version</key>
<integer>14</integer>
<integer>15</integer>
</dict>
</plist>

0 comments on commit 029b34d

Please sign in to comment.