From 896baf021b0667c43e19c1965d681626d288d788 Mon Sep 17 00:00:00 2001 From: Phil Ogbonna <87383778+phil-ogb@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:02:55 -0300 Subject: [PATCH] update comment block --- backend/open_webui/utils/security_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/open_webui/utils/security_headers.py b/backend/open_webui/utils/security_headers.py index 0a879fcb6..c07053917 100644 --- a/backend/open_webui/utils/security_headers.py +++ b/backend/open_webui/utils/security_headers.py @@ -23,6 +23,7 @@ def set_security_headers() -> Dict[str, str]: - x-content-type-options - x-download-options - x-frame-options + - x-permitted-cross-domain-policies Each environment variable is associated with a specific setter function that constructs the header. If the environment variable is set, the