aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.js
diff options
context:
space:
mode:
authorstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-10-27 00:35:27 +0100
committerstonedDiscord <10584181+stonedDiscord@users.noreply.github.com>2020-10-27 00:35:27 +0100
commit46764a72a287cb49d3854b57ae437b0ac947d5cd (patch)
tree443d6615adbbae405355e93005df9e4a9af10047 /webAO/client.js
parent1bdf0994e117d86db1aeeb43c2aa677e00d9a05c (diff)
Please complete the security check to access
Diffstat (limited to 'webAO/client.js')
-rw-r--r--webAO/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.js b/webAO/client.js
index 6ad2193..f91d208 100644
--- a/webAO/client.js
+++ b/webAO/client.js
@@ -35,7 +35,7 @@ const serverIP = queryDict.ip;
let mode = queryDict.mode;
// Unless there is an asset URL specified, use the wasabi one
-const DEFAULT_HOST = location.hostname ? "https://cloudflare-ipfs.com/ipfs/QmeWK7nB1xjS3zQRwqwGYrKcbiNUKYiWHYCryXzrJF336c/" : "base/";
+const DEFAULT_HOST = location.hostname ? "https://dweb.link/ipfs/QmeWK7nB1xjS3zQRwqwGYrKcbiNUKYiWHYCryXzrJF336c/" : "base/";
const AO_HOST = queryDict.asset || DEFAULT_HOST;
const THEME = queryDict.theme || "default";
const MUSIC_HOST = AO_HOST + "sounds/music/";