From 559ee1afc601045857c36a64c1e896bb2158fcfc Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 17 Dec 2025 09:57:51 -0800 Subject: [PATCH] adjust text in settings.rst --- docs/settings.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 2603e4b4..f05152ff 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -129,15 +129,14 @@ of ``mozilla-django-oidc``. .. py:attribute:: OIDC_REDIRECT_ALLOWED_HOSTS - :default: ``None`` + :default: ``[]`` - List of hosts which are allowed to be redirected to (must be of List type). - The redirect URL specified by the OIDC_REDIRECT_FIELD_NAME field must match a host - in this list. + List of hosts which are allowed to be redirected to. The redirect URL specified by + the OIDC_REDIRECT_FIELD_NAME field must match a host in this list. .. note:: - Whilst there is no default, a request's host is always allowed. + Although there is no default, a request's host is always allowed. .. py:attribute:: OIDC_REDIRECT_FIELD_NAME