diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 08:02:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 16:52:12 +0100 |
commit | f78dec46abac5e0e50d4b333157dd2734c06da11 (patch) | |
tree | 4ee8619fd01b54d76cb58cdd07fe7a266535bf73 /etc | |
parent | 9f1399b2ead11517cb73485369e180dca5108760 (diff) | |
download | itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.tar.gz itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.tar.bz2 itzks-systems-f78dec46abac5e0e50d4b333157dd2734c06da11.zip |
etc/chromium/policies/managed/itzks-systems-common.json: Drop file from itzks-systems-common. In Debian Edu, this is the default recommended policy, so let's be fine with that. No need to enforce it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/chromium/policies/managed/itzks-systems-common.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/chromium/policies/managed/itzks-systems-common.json b/etc/chromium/policies/managed/itzks-systems-common.json deleted file mode 100644 index c72d487..0000000 --- a/etc/chromium/policies/managed/itzks-systems-common.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "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", -} |