From b70e88448478f04268e4973f4a43bf07d4e78ecf Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 30 Jun 2025 10:08:37 -0400 Subject: [PATCH] AAP-47495 Hide CSRF_TRUSTED_ORIGINS (#16035) (#6984) Hide CSRF_TRUSTED_ORIGINS --- awx/main/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/conf.py b/awx/main/conf.py index c93a00b36e..21932c7c02 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -109,6 +109,7 @@ register( ), category=_('System'), category_slug='system', + hidden=True, ) register(