mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-09 20:02:31 +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",
|
||||
"override_update_url": true,
|
||||
"runtime_allowed_hosts": [
|
||||
"*://*.duckduckgo.com",
|
||||
"*://duckdukgo.com",
|
||||
"*://google.com"
|
||||
"*://*.duckduckgo.com/*",
|
||||
"*://*.google.com",
|
||||
"*://*.bing.com/*"
|
||||
],
|
||||
"runtime_blocked_hosts": [
|
||||
"<all_urls>"
|
||||
|
Loading…
Reference in New Issue
Block a user