chore(api): fix reference in common.py comment
This commit is contained in:
parent
c29cc21259
commit
15a9533330
|
@ -230,7 +230,7 @@ CSRF_TRUSTED_ORIGINS = [
|
|||
"""
|
||||
List of origins that are trusted for unsafe requests
|
||||
We simply consider all allowed hosts to be trusted origins
|
||||
See DJANGO_ALLOWED_HOSTS in .env.dev for details
|
||||
See DJANGO_ALLOWED_HOSTS in .env.example for details
|
||||
See https://docs.djangoproject.com/en/4.2/ref/settings/#csrf-trusted-origins
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in New Issue