mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Use shorter config key name
This commit is contained in:
parent
3bcbabc9fb
commit
d4af08a167
2 changed files with 5 additions and 4 deletions
|
@ -181,7 +181,8 @@ class HomeServer(BaseHomeServer):
|
|||
def build_http_client_context_factory(self):
|
||||
config = self.get_config()
|
||||
return (
|
||||
InsecureInterceptableContextFactory() if config.use_insecure_ssl_client
|
||||
InsecureInterceptableContextFactory()
|
||||
if config.use_insecure_ssl_client_just_for_testing_do_not_use
|
||||
else BrowserLikePolicyForHTTPS()
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue