diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 9b92045e..c5f13006 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -20,7 +20,17 @@ "sendDNTSignal": true, "showCounter": true, "showIntroPage": false, - "socialWidgetReplacementEnabled": true + "socialWidgetReplacementEnabled": true, + "trackingDomains": [ + { + "action": "block", + "domain": "youtube.com" + }, + { + "action": "block", + "domain": "youtube-nocookie.com" + } + ] }, "jid1-ZAdIEUB7XOzOJw@jetpack": { "hasSeenPostInstall": true diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 4b6daa30..635383bb 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -97,7 +97,17 @@ "sendDNTSignal": true, "showCounter": true, "showIntroPage": false, - "socialWidgetReplacementEnabled": true + "socialWidgetReplacementEnabled": true, + "trackingDomains": [ + { + "action": "block", + "domain": "youtube.com" + }, + { + "action": "block", + "domain": "youtube-nocookie.com" + } + ] } } },