From ab8c8a6f4442ae270ed68aeaad585c97e713eb37 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 7 Aug 2025 00:01:50 +0200 Subject: [PATCH 1/2] docs: link to badbits --- src/components/About.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/About.tsx b/src/components/About.tsx index b96d1599..5e3ba146 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? The instance deployed at inbrowser.link blocks content identified by Bad Bits. To report abuse, please visit badbits.dwebops.pub/#reporting.

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

) From c5cd9d98f54b519de1e349f1c6f9085950bc380a Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Thu, 7 Aug 2025 00:26:11 +0200 Subject: [PATCH 2/2] docs: link to badbits --- src/components/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.tsx b/src/components/About.tsx index 5e3ba146..3a84477d 100644 --- a/src/components/About.tsx +++ b/src/components/About.tsx @@ -9,7 +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? The instance deployed at inbrowser.link blocks content identified by Bad Bits. To report abuse, please visit badbits.dwebops.pub/#reporting.

+

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.

)