You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/About.tsx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ export default function About (): ReactElement {
9
9
<p><strong>Why?</strong> 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).</p>
10
10
<p><strong>How does it work?</strong> A Service Worker is registered on the initial page load, and then intercepts HTTP requests for content stored on <ahref='https://docs.ipfs.tech/how-to/address-ipfs-on-web/'target='_blank'rel='noreferrer'>IPFS paths</a> such as <code>/ipfs/*</code> (immutable) and <code>/ipns/*</code> (mutable), takes care of IPFS retrieval, verification, UnixFS deserialization, and returns Response objects to the browser.</p>
11
11
<p><strong>Is this production ready?</strong> This project is under heavy development and is not yet fully compliant with <ahref='https://specs.ipfs.tech/http-gateways/'target='_blank'rel='noreferrer'>IPFS Gateway Specfications</a>. Track our efforts <ahref='https://github.com/ipfs/service-worker-gateway/milestones'target='_blank'rel='noreferrer'>here</a>.</p>
12
+
<p><strong>Want to report abuse?</strong> This gateway uses the <ahref='https://badbits.dwebops.pub/'target='_blank'rel='noreferrer'>Bad Bits</a> blocklist. To report harmful content, <ahref='https://badbits.dwebops.pub/#reporting'target='_blank'rel='noreferrer'>submit it there</a>.</p>
12
13
<p><strong>Found a bug?</strong> We welcome you to report it by <ahref='https://github.com/ipfs/service-worker-gateway/issues/new'target='_blank'rel='noreferrer'>opening an issue</a> with details like an address and a screenshot.</p>
0 commit comments