fiatjaf / nos2x

nostr signer extension
278 stars 55 forks source link

adding 127.0.0.1 to resource list #28

Closed joshr4 closed 8 months ago

joshr4 commented 1 year ago

I attempted to run this extension with a web app I had running on localhost, but at 127.0.0.1. The extension did not work since this address is not included in the web_accessible_resources.matches list. This PR adds the localhost IP address to that list.

githubbbie commented 1 year ago

simple merge. What could go wrong with this?

AsaiToshiya commented 8 months ago

I have the same problem. This is a good PR.