mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-16 05:07:29 +00:00
Disable Tor by default.
Feel free to experiment and see if it helps if you enable it.
This commit is contained in:
parent
c2d7aca1cb
commit
f20554ddfb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user