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