mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-26 05:09:23 +01:00
Chromium: restrict DuckDuckGo to itself and google.com
This commit is contained in:
parent
4dbfd94d90
commit
04be9339d5
@ -59,7 +59,11 @@ To intentionally trigger it and what should be allowed in NoScript:
|
|||||||
|
|
||||||
- `bkdgflcldnnnapblkhphbgpggdiikppg`
|
- `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)
|
### [NoScript](https://chrome.google.com/webstore/detail/doojmbjmlfjjnbmnoijecmcbfeoakpjm)
|
||||||
|
|
||||||
|
@ -18,7 +18,15 @@
|
|||||||
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"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"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
"doojmbjmlfjjnbmnoijecmcbfeoakpjm": {
|
"doojmbjmlfjjnbmnoijecmcbfeoakpjm": {
|
||||||
|
Loading…
Reference in New Issue
Block a user