Skip to content

Commit 19a7cdb

Browse files
Merge pull request ipfs#1545 from ElPaisano/patch/diagnostic-tools
Add phishing warning, fix link
2 parents 0c910ce + 20bcc72 commit 19a7cdb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/reference/diagnostic-tools.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Diagnostic tools
2+
title: Diagnostic tools
33
description: Diagnostic tools to assist with debugging, troubleshooting, and developing with IPFS.
44
---
55

@@ -40,7 +40,11 @@ Learn more about CID concepts, including components and versions in the [content
4040

4141
## IPFS Gateway Checker
4242

43-
IPFS [Gateway Checker]() provides status information for public IPFS gateways. This information is useful in deciding on which public gateway provider to use, or troubleshooting problems with your current public gateway provider.
43+
:::warning
44+
Community-operated IPFS HTTP Gateways may be abused for phishing, which will generally raise a browser alert. Before using a community-operated gateway, you can inspect the URL with a tool like [Google's Safe Browsing site status](https://transparencyreport.google.com/safe-browsing/search).
45+
:::
46+
47+
IPFS [Gateway Checker](https://ipfs.github.io/public-gateway-checker/) provides status information for public IPFS gateways. This information is useful in deciding on which public gateway provider to use, or troubleshooting problems with your current public gateway provider.
4448

4549
## DAG builder visualiser
4650

0 commit comments

Comments
 (0)