Marcin Rataj

Results 493 issues of Marcin Rataj

> Started as a discussion between @lidel & @olizilla (2018-12-19) Granting access to local or remote node remains a challenge both on UX and security fronts. This is an attempt...

specs
needs clarification
status/ready
epic
ux
developers
dif/expert

## Current state Gateway provided by go-ipfs 0.8.0 supports only `dag-pb` ([unixfsv1](https://docs.ipfs.io/guides/concepts/unixfs/)) and `raw` (raw block used for leaves) codecs. Requesting any other IPLD type over a gateway fails. ##...

need/analysis
need/community-input
need/maintainers-input
topic/http-gateway

https://github.com/ipfs-shipyard/ipfs-companion/issues/589#issuecomment-712356448: > The `window.ipfs` experiment was disabled since last year (see https://github.com/ipfs-shipyard/ipfs-companion/pull/777 for rationale why). > > It did help us understand challenges and risks, and identified the need for...

topic/docs
developers

`Alt-Svc` is an Internet Standard ([RFC7838](https://tools.ietf.org/html/rfc7838)) which allow an origin's resources to be authoritatively available at a separate network location, possibly accessed with a different protocol configuration. #### TL;DR >...

topic/origin
topic/http-gateway

> Web Custom formats let websites read and write arbitrary unsanitized payloads using a standardized web custom format, as well as read and write a limited subset of OS-specific formats...

need/analysis

> This issue tracks ideas, use cases and work related to WebDAV ## TL;DR This could be a way of mounting MFS or a specific CID as a drive in...

> This is related to #157 and Origin isolation story in general. Let's discuss if it makes sense to improve [Gateway specs (path, subdomain)](https://github.com/ipfs/specs/tree/main/http-gateways#readme) to include a default Content Security...

specs
dif/expert
topic/origin
need/analysis
need/community-input

> This is a placeholder for tracking open problems and related issues / notes Embedding [js-ipfs](https://github.com/ipfs/js-ipfs) on a page binds it to specific tab, origin, and storage. ## Open problems...

epic

So js-ipfs running on a web page loaded via `https://` is able to connect to `ws://localhost:port` provided by IPFS node running on the same machine as browser – PoC in...

kind/enhancement
needs clarification
dif/expert
need/analysis
need/community-input
effort/weeks

## Current state Ideally, browser nodes should be able to dial go-ipfs nodes over `/wss`. We already have `/ws` and `/wss` support in go-ipfs, however setup is complex: requires a...

epic
need/analysis