proxy: implement internal_host_ssl_validation option

This commit is contained in:
Jens Langhammer
2020-09-23 12:21:19 +02:00
parent 6458b1dbf8
commit 9f6f18f9bb
4 changed files with 14 additions and 11 deletions

View File

@ -50,7 +50,7 @@ func getCommonOptions() *options.Options {
commonOpts.SkipProviderButton = true
commonOpts.Logging.SilencePing = true
commonOpts.SetXAuthRequest = true
commonOpts.SetAuthorization = true
commonOpts.SetAuthorization = false
return commonOpts
}