Chromium: restrict DuckDuckGo to itself and google.com

This commit is contained in:
Aminda Suomalainen 2024-02-20 14:59:56 +02:00
parent 4dbfd94d90
commit 04be9339d5
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 14 additions and 2 deletions

View File

@ -59,7 +59,11 @@ To intentionally trigger it and what should be allowed in NoScript:
- `bkdgflcldnnnapblkhphbgpggdiikppg`
Installed by default so Google won't be the default search engine.
Installed by default so Google won't be the default search engine, or that
would be the idea, but Chromium doesn't seem to allow that.
Additionally it's restricted only to `google.com` and `duckduckgo.com` domains
so it won't interfere with other extensions.
### [NoScript](https://chrome.google.com/webstore/detail/doojmbjmlfjjnbmnoijecmcbfeoakpjm)

View File

@ -18,7 +18,15 @@
"bkdgflcldnnnapblkhphbgpggdiikppg": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"runtime_allowed_hosts": [
"*://*.duckduckgo.com",
"*://duckdukgo.com",
"*://google.com"
],
"runtime_blocked_hosts": [
"<all_urls>"
],
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"doojmbjmlfjjnbmnoijecmcbfeoakpjm": {