From ad4cab9975f435a790e0e91873a04790b975ef86 Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Fri, 15 Dec 2023 13:31:07 -0500 Subject: [PATCH] fix typo: "loader balancer" -> "load balancer" --- docs/docs/security/security.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/security/security.mdx b/docs/docs/security/security.mdx index b3a4ae09c5558..efaf9c921bd4a 100644 --- a/docs/docs/security/security.mdx +++ b/docs/docs/security/security.mdx @@ -270,7 +270,7 @@ These generally improve security, but administrators should be aware of their ex In particular, the option of `force_https = True` (`False` by default) may break Superset's Alerts & Reports if workers are configured to access charts via a `WEBDRIVER_BASEURL` beginning with `http://`. As long as a Superset deployment enforces https upstream, e.g., -through a loader balancer or application gateway, it should be acceptable to keep this +through a load balancer or application gateway, it should be acceptable to keep this option disabled. Otherwise, you may want to enable `force_https` like this: ```python