From 10c913a91918e6af711aea798e60c569aef5788b Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Fri, 19 Jun 2020 17:49:11 +1200 Subject: [PATCH] default onion location should be null --- src/lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/constants.js b/src/lib/constants.js index 166ce7a..a973284 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -22,7 +22,7 @@ let constants = { has_privacy_policy: false, // If your instance is also available as an onion site, add the onion URL here. // It should look something like "http://3gldbgtv5e4god56.onion" (no trailing slash). - onion_location: "http://3gldbgtv5e4god56.onion", + onion_location: null, // Things that server owners _could_ change if they want to. tor: {