Use new IPFS gateway for document fetches #132

Merged
raucao merged 2 commits from feature/ipfs_gateway into master 2019-07-02 16:46:11 +00:00
raucao commented 2019-07-02 16:33:25 +00:00 (Migrated from github.com)

When adding the gateway URL, the wrapper will do a normal fetch to https://ipfs.kosmos.org/ipfs/$hash instead of using the generic POST requests to the IPFS API endpoint. This enables normal browser caching for all IPFS documents in this app.

When adding the gateway URL, the wrapper will do a normal fetch to `https://ipfs.kosmos.org/ipfs/$hash` instead of using the generic POST requests to the IPFS API endpoint. This enables normal browser caching for all IPFS documents in this app.
Sign in to join this conversation.