aminda-extensions.json: fix allowed_url paths (paths unsupported, must not contain /*

This commit is contained in:
Aminda Suomalainen 2024-03-13 08:45:30 +02:00
parent 7d48ac8a1a
commit be8e2d655e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 3 deletions

View File

@ -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>"