providers/proxy: make upstream SSL Validation configurable

This commit is contained in:
Jens Langhammer
2020-09-23 12:20:09 +02:00
parent 1aff9afca6
commit 6458b1dbf8
5 changed files with 41 additions and 5 deletions

View File

@ -33,6 +33,7 @@ class ProxyProviderForm(forms.ModelForm):
"name",
"authorization_flow",
"internal_host",
"internal_host_ssl_validation",
"external_host",
"certificate",
"skip_path_regex",