mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
aminda-extensions.json: fix allowed_url paths (paths unsupported, must not contain /*
This commit is contained in:
parent
7d48ac8a1a
commit
be8e2d655e
@ -23,9 +23,9 @@
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"runtime_allowed_hosts": [
|
||||
"*://*.duckduckgo.com/*",
|
||||
"*://*.duckduckgo.com",
|
||||
"*://*.google.com",
|
||||
"*://*.bing.com/*"
|
||||
"*://*.bing.com"
|
||||
],
|
||||
"runtime_blocked_hosts": [
|
||||
"<all_urls>"
|
||||
@ -53,7 +53,7 @@
|
||||
"installation_mode": "normal_installed",
|
||||
"override_update_url": true,
|
||||
"runtime_allowed_hosts": [
|
||||
"*://*.archive.org/*"
|
||||
"*://*.archive.org"
|
||||
],
|
||||
"runtime_blocked_hosts": [
|
||||
"<all_urls>"
|
||||
|
Loading…
Reference in New Issue
Block a user