From 20b203ea8e8742d6faa2ea77d8d3d3cfdec3d26a Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:58:19 -0400 Subject: [PATCH] AAP-47495 Hide CSRF_TRUSTED_ORIGINS (#16035) 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 9a654a79bb..0d2e457f14 100644 --- a/awx/main/conf.py +++ b/awx/main/conf.py @@ -105,6 +105,7 @@ register( ), category=_('System'), category_slug='system', + hidden=True, ) register(