You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With the current implementation of ipfsContent.js all requests are listened even of the type xmlhttprequest, websockets, ...
I think the current implementation is too invasive, and it may turn out that if you use a .eth as a metamask provider and the connection is lost you won't be able to access to any website (neither .eth nor any other TLD)
Describe the bug
With the current implementation of ipfsContent.js all requests are listened even of the type xmlhttprequest, websockets, ...
I think the current implementation is too invasive, and it may turn out that if you use a .eth as a metamask provider and the connection is lost you won't be able to access to any website (neither .eth nor any other TLD)
Example:
Although this commit can partially fix the problem, it only solves it in case of using a port in the url
I think it should use webRequest.RequestFilter to filter only
main_frame
the request.The text was updated successfully, but these errors were encountered: