diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 08:05:21 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 16:52:12 +0100 |
commit | 5f78df079659955b67ef374a1dc09e5a22297da0 (patch) | |
tree | 1a4198fe3775e2c921a05c64cccd8b84986b447c | |
parent | f78dec46abac5e0e50d4b333157dd2734c06da11 (diff) | |
download | itzks-systems-5f78df079659955b67ef374a1dc09e5a22297da0.tar.gz itzks-systems-5f78df079659955b67ef374a1dc09e5a22297da0.tar.bz2 itzks-systems-5f78df079659955b67ef374a1dc09e5a22297da0.zip |
etc/chromium/policies/recommended/itzks-systems_search_provider.json: Recommend DuckDuckGo as default search provider on virt-man* and backup* machines.
-rw-r--r-- | debian/itzks-systems-backup.install | 1 | ||||
-rw-r--r-- | debian/itzks-systems-virtman.install | 1 | ||||
-rw-r--r-- | etc/chromium/policies/recommended/itzks-systems_search_provider.json | 9 |
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/itzks-systems-backup.install b/debian/itzks-systems-backup.install index 1d60393..5991d0a 100644 --- a/debian/itzks-systems-backup.install +++ b/debian/itzks-systems-backup.install @@ -1,3 +1,4 @@ etc/sudoers.d/itzks-systems-backup etc/sudoers.d/ +etc/chromium/policies/recommended/itzks-systems_search_provider.json usr-lib-nagios-plugins/check_dirvish* usr/lib/nagios/plugins/ usr-lib-nagios-plugins/check_md_raid usr/lib/nagios/plugins/ diff --git a/debian/itzks-systems-virtman.install b/debian/itzks-systems-virtman.install index 4acbcec..fcc7d11 100644 --- a/debian/itzks-systems-virtman.install +++ b/debian/itzks-systems-virtman.install @@ -1,2 +1,3 @@ +etc/chromium/policies/recommended/itzks-systems_search_provider.json usr-lib-nagios-plugins/check_apcupsd usr/lib/nagios/plugins/ usr-lib-nagios-plugins/check_md_raid usr/lib/nagios/plugins/ diff --git a/etc/chromium/policies/recommended/itzks-systems_search_provider.json b/etc/chromium/policies/recommended/itzks-systems_search_provider.json new file mode 100644 index 0000000..5d3649d --- /dev/null +++ b/etc/chromium/policies/recommended/itzks-systems_search_provider.json @@ -0,0 +1,9 @@ +{ + "DefaultSearchProviderEnabled": true, + "DefaultSearchProviderName": "DuckDuckGo", + "DefaultSearchProviderIconURL": "https://duckduckgo.com/favicon.ico", + "DefaultSearchProviderEncodings": ["UTF-8"], + "DefaultSearchProviderSearchURL": "https://duckduckgo.com/?q={searchTerms}", + "DefaultSearchProviderSuggestURL": "https://duckduckgo.com/ac/?q={searchTerms}&type=list", + "DefaultSearchProviderNewTabURL": "https://duckduckgo.com/chrome_newtab" +} |