From f20554ddfbef253523abe5fad78e14f5cf46c8c1 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Mon, 25 Jul 2022 01:54:18 +1200 Subject: [PATCH] Disable Tor by default. Feel free to experiment and see if it helps if you enable it. --- src/lib/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/constants.js b/src/lib/constants.js index 70c5d2d..2e1819b 100644 --- a/src/lib/constants.js +++ b/src/lib/constants.js @@ -26,11 +26,11 @@ let constants = { // Things that server owners _could_ change if they want to. tor: { - enabled: true, // If false, everything else in this block has no effect. + enabled: false, // If false, everything else in this block has no effect. password: null, // If `null`, Bibliogram will run its own Tor process instead. port: 9051, // If a password is provided, Bibliogram will connect to Tor on this port. (This is ignored when running its own Tor process.) for: { - user_html: true, + user_html: false, timeline_graphql: false, post_graphql: false, reel_graphql: false