mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-01 15:59:22 +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",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"runtime_allowed_hosts": [
|
"runtime_allowed_hosts": [
|
||||||
"*://*.duckduckgo.com/*",
|
"*://*.duckduckgo.com",
|
||||||
"*://*.google.com",
|
"*://*.google.com",
|
||||||
"*://*.bing.com/*"
|
"*://*.bing.com"
|
||||||
],
|
],
|
||||||
"runtime_blocked_hosts": [
|
"runtime_blocked_hosts": [
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"runtime_allowed_hosts": [
|
"runtime_allowed_hosts": [
|
||||||
"*://*.archive.org/*"
|
"*://*.archive.org"
|
||||||
],
|
],
|
||||||
"runtime_blocked_hosts": [
|
"runtime_blocked_hosts": [
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
|
Loading…
Reference in New Issue
Block a user