summaryrefslogtreecommitdiff
path: root/docs/configuration/httpclient.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/httpclient.md')
-rw-r--r--docs/configuration/httpclient.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/configuration/httpclient.md b/docs/configuration/httpclient.md
index b76f434dc..2c16c413b 100644
--- a/docs/configuration/httpclient.md
+++ b/docs/configuration/httpclient.md
@@ -60,9 +60,18 @@ http-client:
#
# THIS SETTING SHOULD BE USED FOR TESTING ONLY! IF YOU TURN THIS
# ON WHILE RUNNING IN PRODUCTION YOU ARE LEAVING YOUR SERVER WIDE
- # OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING
+ # OPEN TO MAN IN THE MIDDLE ATTACKS! DO NOT CHANGE THIS SETTING
# UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING AND WHY YOU'RE DOING IT.
#
# Default: false
tls-insecure-skip-verify: false
+
+ # Bool. Sets outgoing queries to webfinger, host-meta and nodeinfo to use
+ # HTTP instead of HTTPS.
+ #
+ # THIS SETTING SHOULD BE USED FOR TESTING ONLY! DO NOT CHANGE THIS SETTING
+ # UNLESS YOU KNOW EXACTLY WHAT YOU'RE DOING AND WHY YOU'RE DOING IT.
+ #
+ # Default: false
+ insecure-outgoing: false
```