diff --git a/src/components/About.tsx b/src/components/About.tsx index b96d1599..3a84477d 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -9,6 +9,7 @@ export default function About (): ReactElement {

Why? It improves decentralization, offers enhanced security (CID verification happens on end user's machine) and reliability (ability to do retrieval from multiple sources without reliance on a single HTTP server).

How does it work? A Service Worker is registered on the initial page load, and then intercepts HTTP requests for content stored on IPFS paths such as /ipfs/* (immutable) and /ipns/* (mutable), takes care of IPFS retrieval, verification, UnixFS deserialization, and returns Response objects to the browser.

Is this production ready? This project is under heavy development and is not yet fully compliant with IPFS Gateway Specfications. Track our efforts here.

+

Want to report abuse? This gateway uses the Bad Bits blocklist. To report harmful content, submit it there.

Found a bug? We welcome you to report it by opening an issue with details like an address and a screenshot.

)