providers/proxy: fix formatting

This commit is contained in:
Jens Langhammer
2020-09-23 12:33:33 +02:00
parent 9f6f18f9bb
commit 9d93da3d45
2 changed files with 15 additions and 8 deletions

View File

@ -47,7 +47,8 @@ class ProxyProvider(OutpostModel, OAuth2Provider):
validators=[DomainlessURLValidator(schemes=("http", "https"))]
)
internal_host_ssl_validation = models.BooleanField(
default=True, help_text=_("Validate SSL Certificates of upstream servers"))
default=True, help_text=_("Validate SSL Certificates of upstream servers")
)
skip_path_regex = models.TextField(
default="",