diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-22 23:00:05 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-22 23:00:05 -0400 |
commit | e07ce2886061d9dd4d9145b22f87c2d511d0c412 (patch) | |
tree | d91a023dbccbea1ce15fcc3d113cd410c1a53ef9 /files/usr/local/etc/chromium | |
parent | 0e76ac154ee3f5518aca2acc7e9b70a203cf55b6 (diff) | |
download | infrastructure-e07ce2886061d9dd4d9145b22f87c2d511d0c412.tar.gz |
replace google with ddg
Diffstat (limited to 'files/usr/local/etc/chromium')
-rw-r--r-- | files/usr/local/etc/chromium/policies/managed/policies.json.desktop | 50 |
1 files changed, 24 insertions, 26 deletions
diff --git a/files/usr/local/etc/chromium/policies/managed/policies.json.desktop b/files/usr/local/etc/chromium/policies/managed/policies.json.desktop index 5b92662..32b9771 100644 --- a/files/usr/local/etc/chromium/policies/managed/policies.json.desktop +++ b/files/usr/local/etc/chromium/policies/managed/policies.json.desktop @@ -31,6 +31,13 @@ "SyncDisabled": true, "TranslateEnabled": false, "UrlKeyedAnonymizedDataCollectionEnabled": false, + "DefaultSearchProviderEnabled": true, + "DefaultSearchProviderName": "DuckDuckGo (No AI)", + "DefaultSearchProviderImageURL": "https://duckduckgo.com/favicon.ico", + "DefaultSearchProviderEncodings": ["UTF-8"], + "DefaultSearchProviderSearchURL": "https://noai.duckduckgo.com/?q={searchTerms}", + "DefaultSearchProviderSuggestURL": "https://duckduckgo.com/ac/?q={searchTerms}&type=list", + "DefaultSearchProviderNewTabURL": "https://duckduckgo.com/chrome_newtab", "ManagedBookmarks": [ { "toplevel_name": "Internal" @@ -89,7 +96,7 @@ } ], "ExtensionSettings": { - "cjpalhdlnbpafiamejdnhcphjbkeiagm": { + "ddkjiahejlhfcafbddmgiahcphecmpfh": { "installation_mode": "force_installed", "update_url": "https://clients2.google.com/service/update2/crx" }, @@ -108,31 +115,22 @@ }, "3rdparty": { "extensions": { - "cjpalhdlnbpafiamejdnhcphjbkeiagm": { - "toOverwrite": { - "filterLists": [ - "user-filters", - "ublock-filters", - "ublock-badware", - "ublock-privacy", - "ublock-quick-fixes", - "ublock-unbreak", - "easylist", - "easyprivacy", - "adguard-spyware-url", - "urlhaus-1", - "plowe-0", - "fanboy-cookiemonster", - "ublock-cookies-easylist", - "fanboy-thirdparty_social", - "ublock-annoyances" - ] - }, - "toAdd": { - "trustedSiteDirectives": [ - "$(join '","' "$domain" $ublock_whitelist)" - ] - } + "ddkjiahejlhfcafbddmgiahcphecmpfh": { + "disableFirstRunPage": true, + "defaultFiltering": "complete", + "noFiltering": [ + "$(join '","' "$domain" $ublock_whitelist)" + ], + "rulesets": [ + "+default", + "+annoyances-cookies", + "+annoyances-notifications", + "+annoyances-others", + "+annoyances-overlays", + "+annoyances-social", + "+annoyances-widgets", + "+adguard-spyware-url" + ] } } } |