Skip to content

Commit 559ee1a

Browse files
committed
adjust text in settings.rst
1 parent 3f9a06f commit 559ee1a

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

docs/settings.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,14 @@ of ``mozilla-django-oidc``.
129129

130130
.. py:attribute:: OIDC_REDIRECT_ALLOWED_HOSTS
131131
132-
:default: ``None``
132+
:default: ``[]``
133133

134-
List of hosts which are allowed to be redirected to (must be of List type).
135-
The redirect URL specified by the OIDC_REDIRECT_FIELD_NAME field must match a host
136-
in this list.
134+
List of hosts which are allowed to be redirected to. The redirect URL specified by
135+
the OIDC_REDIRECT_FIELD_NAME field must match a host in this list.
137136

138137
.. note::
139138

140-
Whilst there is no default, a request's host is always allowed.
139+
Although there is no default, a request's host is always allowed.
141140

142141
.. py:attribute:: OIDC_REDIRECT_FIELD_NAME
143142

0 commit comments

Comments
 (0)