From 6c1b16f78448d3eb4f73cf4cad2e613afb4af48d Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 23 Feb 2021 20:11:07 +0100 Subject: this didn't work without messing with about:config --- webAO/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webAO/client.js b/webAO/client.js index 08bc3ec..68101e2 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://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/" : "base/"; +const DEFAULT_HOST = "https://bafybeicndnzjokdlnf4ooigvkav7clnvkll3pbigifw5td6inhbrindue4.ipfs.dweb.link/"; const AO_HOST = queryDict.asset || DEFAULT_HOST; const THEME = queryDict.theme || "default"; const MUSIC_HOST = AO_HOST + "sounds/music/"; -- cgit