mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 04:12:30 +01:00
chromium: adjust runtime_allowed_hosts for DDG as per Edge's behaviour
This commit is contained in:
parent
d7244eefc5
commit
3eb921f212
@ -19,9 +19,9 @@
|
|||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"runtime_allowed_hosts": [
|
"runtime_allowed_hosts": [
|
||||||
"*://*.duckduckgo.com",
|
"*://*.duckduckgo.com/*",
|
||||||
"*://duckdukgo.com",
|
"*://*.google.com",
|
||||||
"*://google.com"
|
"*://*.bing.com/*"
|
||||||
],
|
],
|
||||||
"runtime_blocked_hosts": [
|
"runtime_blocked_hosts": [
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
|
Loading…
Reference in New Issue
Block a user