move changes into master #41

Merged
corbz merged 29 commits from staging into master 2024-08-14 19:32:19 +00:00
Showing only changes of commit d58bbd5598 - Show all commits

View File

@ -35,7 +35,7 @@ DEBUG = env('DEBUG')
# Hosts and Origins that the server host must be within.
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "pyrss-website", env("HOST", default="127.0.0.1")]
CSRF_TRUSTED_ORIGINS = ["http://localhost", "http://127.0.0.1", "pyrss-website", "https://" + env("HOST", default="127.0.0.1")]
CSRF_TRUSTED_ORIGINS = ["http://localhost", "http://127.0.0.1", "http://pyrss-website", "https://" + env("HOST", default="127.0.0.1")]
# Application definition