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:
		
					parent
					
						
							
								2c34e41815
							
						
					
				
			
			
				commit
				
					
						c34227e3b6
					
				
			
		
					 3 changed files with 33 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,9 @@
 | 
			
		|||
    "contextMenus",
 | 
			
		||||
    "https://archive.org/*",
 | 
			
		||||
    "http://localhost:6800/*",
 | 
			
		||||
    "https://localhost:6800/*"
 | 
			
		||||
    "https://localhost:6800/*",
 | 
			
		||||
    "http://*/*",
 | 
			
		||||
    "https://*/*"
 | 
			
		||||
  ],
 | 
			
		||||
  "background": {
 | 
			
		||||
    "scripts": [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue