monkybrain/ens-content-resolver

Request not intercepted, sent to search

Opened this issue · 1 comments

When entering in a .eth domain without the protocl prefix(https://), the request is not intercepted the same as a "regular" TLD, but I'm sent to search instead. Let me know if there's any further detail I can provide.

Think it has to do with the filter used in addListener:

}, {urls: ["*://*.eth/"]})

If I add a / to the end of my request it will be captured. I was going to try and fiddle with this but I have no idea how to build this extension(maybe add instructions?).