Victor Bjelkholm
Victor Bjelkholm
@lgierth do you know where this domain is located? Couldn't find it in dnsimple
The website and Github repository has now been setup, the work described in the top-level issue description has been solved. But what's described in the title of the issue is...
Another discussion about FlyWeb: https://github.com/ipfs/js-ipfs/issues/599
Subscribing to the IPNS record does not solve the problem. Once I pinned something from IPNS, we should keep the value of what it resolved to, so I don't have...
I've did some quick research after thinking that probably we can't expose anything on `window` from an web extension to a web page. And yeah, we can't just add whatever...
@Kubuxu you won't be able to load arbitrary scripts into the same context of a web page. CSP will deny that and it would be a security threat otherwise. This...
@Kubuxu as far as my testing went, no. The browser rejects to execute any code that has been injected into the page. I can successfully run a js-ipfs node in...
Yeah, what I did was setting up a background page that has the daemon running and exposes a couple of methods via message passing. In the content script, I can...
We wanted to simulate an environment which would be as similar as possible to when we actually have ipfs supported natively in the browsers. We could do bunch of guesses...
@lgierth I'm currently having issues that sure, could be easier but after talking with web extension people at Mozilla, things should be able to work. Mainly I'm having troubles passing...