From f6b918f2944ac6247ad5487ac9aded2c32bb67a4 Mon Sep 17 00:00:00 2001 From: Wim Date: Sun, 16 Jun 2019 16:28:37 +0200 Subject: [PATCH] Add SkipVersionCheck option --- Settings.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Settings.md b/Settings.md index 75a7459..f5a2625 100644 --- a/Settings.md +++ b/Settings.md @@ -71,6 +71,7 @@ - [NoTLS](#notls) - [Password *](#password--1) - [Server *](#server--3) + - [SkipVersionCheck](#skipversioncheck) - [Team *](#team-) - [Token](#token-1) - [Webhook options](#webhook-options) @@ -780,6 +781,17 @@ Example: `Server="yourmattermostserver.domain"` +## SkipVersionCheck +Skip the Mattermost server version checks that are normally done when connecting. +The usage scenario for this feature would be when the Mattermost instance is hosted behind a +reverse proxy that suppresses "non-standard" response headers in flight. + +Setting: OPTIONAL \ +Format: boolean \ +Example: enable it + +`SkipVersionCheck=true` + ## Team * Your team on mattermost.