diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index a26aa2d7..6a43fb27 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -100,6 +100,30 @@ [ "prefetchingDisabled", "true" + ], + [ + "firstInstall", + "false" + ], + [ + "hidingAds", + "true" + ], + [ + "clickingAds", + "true" + ], + [ + "blockingMalware", + "true" + ], + [ + "disableHidingForDNT", + "true" + ], + [ + "disableClickingForDNT", + "true" ] ] }, diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index c1b4c449..074278d5 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -141,6 +141,30 @@ [ "prefetchingDisabled", "true" + ], + [ + "firstInstall", + "false" + ], + [ + "hidingAds", + "true" + ], + [ + "clickingAds", + "true" + ], + [ + "blockingMalware", + "true" + ], + [ + "disableHidingForDNT", + "true" + ], + [ + "disableClickingForDNT", + "true" ] ] },