AAP-47495 Hide CSRF_TRUSTED_ORIGINS (#16035)

Hide CSRF_TRUSTED_ORIGINS
This commit is contained in:
Hao Liu 2025-06-30 09:58:19 -04:00 committed by GitHub
parent 1330a1b353
commit 20b203ea8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,6 +105,7 @@ register(
), ),
category=_('System'), category=_('System'),
category_slug='system', category_slug='system',
hidden=True,
) )
register( register(