config: make sending the user agent configurable, disable sending the user agent in tests
This commit is contained in:
parent
d3b8cd342f
commit
290f5b2cfe
3 changed files with 10 additions and 1 deletions
|
|
@ -192,6 +192,7 @@ config :tesla, adapter: Tesla.Adapter.Hackney
|
|||
# Configures http settings, upstream proxy etc.
|
||||
config :pleroma, :http,
|
||||
proxy_url: nil,
|
||||
send_user_agent: true,
|
||||
adapter: [
|
||||
ssl_options: [
|
||||
# We don't support TLS v1.3 yet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue