From e23416062a830cf5c6859d50f8e958cc7a24f0ed Mon Sep 17 00:00:00 2001
From: Anthony Rose <anthony@acperkins.com>
Date: Fri, 14 Mar 2025 12:07:18 +0000
Subject: [PATCH] Block SiteEnabledAds

---
 roles/home-gui/files/chromium-policy/ant-policy.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/roles/home-gui/files/chromium-policy/ant-policy.json b/roles/home-gui/files/chromium-policy/ant-policy.json
index 9be43c3..81946e4 100644
--- a/roles/home-gui/files/chromium-policy/ant-policy.json
+++ b/roles/home-gui/files/chromium-policy/ant-policy.json
@@ -31,6 +31,10 @@
     "PasswordLeakDetectionEnabled": false,
     "PasswordManagerEnabled": false,
     "PaymentMethodQueryEnabled": false,
+    "PrivacySandboxAdMeasurementEnabled": false,
+    "PrivacySandboxAdTopicsEnabled": false,
+    "PrivacySandboxPromptEnabled": false,
+    "PrivacySandboxSiteEnabledAdsEnabled": false,
     "PromptForDownloadLocation": true,
     "RestoreOnStartup": 1,
     "SearchSuggestEnabled": false,