Skip to content

Commit a6a99d6

Browse files
authored
docs: abuse report link (#830)
1 parent 6f8f941 commit a6a99d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/About.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function About (): ReactElement {
99
<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>
1010
<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 <a href='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>
1111
<p><strong>Is this production ready?</strong> This project is under heavy development and is not yet fully compliant with <a href='https://specs.ipfs.tech/http-gateways/' target='_blank' rel='noreferrer'>IPFS Gateway Specfications</a>. Track our efforts <a href='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 <a href='https://badbits.dwebops.pub/' target='_blank' rel='noreferrer'>Bad Bits</a> blocklist. To report harmful content, <a href='https://badbits.dwebops.pub/#reporting' target='_blank' rel='noreferrer'>submit it there</a>.</p>
1213
<p><strong>Found a bug?</strong> We welcome you to report it by <a href='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>
1314
</aside>
1415
)

0 commit comments

Comments
 (0)