We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9a06f commit 559ee1aCopy full SHA for 559ee1a
1 file changed
docs/settings.rst
@@ -129,15 +129,14 @@ of ``mozilla-django-oidc``.
129
130
.. py:attribute:: OIDC_REDIRECT_ALLOWED_HOSTS
131
132
- :default: ``None``
+ :default: ``[]``
133
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.
+ 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.
137
138
.. note::
139
140
- Whilst there is no default, a request's host is always allowed.
+ Although there is no default, a request's host is always allowed.
141
142
.. py:attribute:: OIDC_REDIRECT_FIELD_NAME
143
0 commit comments