Skip to content

Commit

Permalink
add trusted origins to avoid ckeditor blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Oct 9, 2023
1 parent 6893806 commit 18d57ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/settings/prod.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"bitoubi-django.cleverapps.io",
]

# CSRF_TRUSTED_ORIGINS = [
# "https://*.inclusion.beta.gouv.fr",
# "https://bitoubi-django.cleverapps.io",
# ]
CSRF_TRUSTED_ORIGINS = [
"https://*.inclusion.beta.gouv.fr",
# "https://bitoubi-django.cleverapps.io",
]


SECURE_SSL_REDIRECT = env.str("SECURE_SSL_REDIRECT", True)
Expand Down

0 comments on commit 18d57ac

Please sign in to comment.