mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-19 22:37:09 -04:00
include only selected IPFS Gateways #2504
I reviewed a bunch of gateways in https://gitlab.com/fdroid/fdroidclient/-/issues/2504#note_1289737638 And these look good. They match the standard of when we first started adding official mirrors, but I was not able to confirm their policies are as good as the official mirrors. This stuff is still opt-in and beta, so this seems like a good place to start the process.
This commit is contained in:
@@ -89,13 +89,9 @@ public class DownloaderFactory extends org.fdroid.download.DownloaderFactory {
|
||||
}
|
||||
|
||||
private static final List<Mirror> IPFS_MIRRORS = Arrays.asList(
|
||||
new Mirror("https://ipfs.eth.aragon.network/ipfs/", null, true),
|
||||
new Mirror("https://gateway.ipfs.io/ipfs/", null, true),
|
||||
new Mirror("https://ipfs.io/ipfs/", null, true),
|
||||
new Mirror("https://cloudflare-ipfs.com/ipfs/", null, true),
|
||||
new Mirror("https://ipfs.fleek.co/ipfs/", null, true),
|
||||
new Mirror("https://gateway.pinata.cloud/ipfs/", null, true),
|
||||
new Mirror("https://ipfs.filebase.io/ipfs/", null, true)
|
||||
new Mirror("https://4everland.io/ipfs/", null, true),
|
||||
new Mirror("https://ipfs.joaoleitao.org/ipfs/", null, true),
|
||||
new Mirror("https://ipfs.jpu.jp/ipfs/", null, true)
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user