diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-27 00:35:27 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2020-10-27 00:35:27 +0100 |
| commit | 46764a72a287cb49d3854b57ae437b0ac947d5cd (patch) | |
| tree | 443d6615adbbae405355e93005df9e4a9af10047 /webAO/client.js | |
| parent | 1bdf0994e117d86db1aeeb43c2aa677e00d9a05c (diff) | |
Please complete the security check to access
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 2 |
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/"; |
