diff options
author | William Pitcock <nenolod@dereferenced.org> | 2019-05-17 20:28:58 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-17 20:28:58 +0000 |
commit | 290f5b2cfe91dd2acba56f79ef137f15c68a0db0 (patch) | |
tree | c2a589642f11404714faa732911c548a934d41a6 /config/config.exs | |
parent | d3b8cd342ff6d1fe87bcfe6305424faf49666252 (diff) | |
download | pleroma-290f5b2cfe91dd2acba56f79ef137f15c68a0db0.tar.gz pleroma-290f5b2cfe91dd2acba56f79ef137f15c68a0db0.zip |
config: make sending the user agent configurable, disable sending the user agent in tests
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index e82f08e07..9a10b0ff7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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 |