CSRF_TRUSTED_ORIGINS settings

This commit is contained in:
bkfox 2023-06-18 22:20:40 +02:00
parent 6bd8307fbc
commit a2360a882d

View File

@ -31,7 +31,7 @@ SECRET_KEY = ""
# Allowed host for HTTP requests
# ALLOWED_HOSTS = ('127.0.0.1',)
# CSRF_TRUSTED_ORIGINS=['https://aircox.radiocampus.be', 'https://radiocampus.be']
# When LC_LOCALE is set here, this code activates it.
# Otherwise it can be removed