fix: allow non-local RPC hosts and improve HTTPS-Only guidance

- Add wildcard host permissions for RPC calls
- Surface HTTPS-Only hint in Options test flow
- Update Troubleshooting docs for HTTPS-Only and host perms
This commit is contained in:
Jordan Wages 2025-08-22 00:22:12 -05:00
commit c34227e3b6
3 changed files with 33 additions and 6 deletions

View file

@ -18,7 +18,9 @@
"contextMenus",
"https://archive.org/*",
"http://localhost:6800/*",
"https://localhost:6800/*"
"https://localhost:6800/*",
"http://*/*",
"https://*/*"
],
"background": {
"scripts": [