Marcin Rataj
Marcin Rataj
_(living summary: updated @ 2018-09)_ This issue tracks browser extension support for various protocol schemes and URIs according to [four stages of the upgrade path for path addressing](https://github.com/ipfs/specs/pull/152#issuecomment-284628862) and [IPFS...
There is an Encrypt All Sites Eligible (EASE) opt-in mode in [HTTPS Everywhere](https://github.com/EFForg/https-everywhere/) which protects users against downgrade from `https://` to `http://` even when HSTS header is not present. ##...
```text ipfs://{cid}?provs={multiaddr1},{peerId2},{peerId3}` http://127.0.0.1:8080/ipfs/{cid}?provs={multiaddr1},{peerId2},{peerId3} ``` The idea is to detect above hints and connect to listed peers to improve content discovery speed if possible. Due to potential privacy considerations, this should...
Capturing suggestion from https://github.com/filecoin-project/slate/issues/342#issuecomment-700948648 > companion could look up a dnsaddr record for the domain when it encounters IPFS urls. So `slate.host` could have a txt record like `/dnsaddr/slate.host/tcp/4001/ipfs/QmNodeyNodeNode` and...
I believe we are at a stage where we should always use `dweb.link` on the web. Due to historical reasons we have separate settings for "default public gateway" and "default...
Fun edge case that is super painful to debug: > i had a lingering service bound to: [::1]:8080 (ipv6), so the browser was trying that first. go-ipfs does not bind...
Recovery from dead public gateways was introduced in #640. What about scenarios when _local_ gateway goes offline? ### Current UX: error page provided by the browser Right now, opening http://docs.ipfs.io.ipns.localhost:8080...
#### Important! The solution implemented under this issue should be implemented with identical UX for WebUI, too: see issue https://github.com/ipfs-shipyard/ipfs-webui/issues/991. IPFS Companion should improve experience of loading CID in `main_frame`,...
- Problem: `ci/update-manifest.sh` uses third party `jq` and that causes problems for contributors (https://github.com/ipfs-shipyard/ipfs-companion/issues/790#issuecomment-712682654). - Fix: replace it with `.js` util that is platform-agnostic (we want good devexp on Windows)...
Something to investigate: Firefox 80 and go-ipfs 0.7.0-rc1 with ~600 displays "automatic mode on/off" popup a few times an hour. This is caused by timeout on `swarm peers` call we...