diff --git a/dispatcharr/settings.py b/dispatcharr/settings.py index bb4a7f4e..261b49ee 100644 --- a/dispatcharr/settings.py +++ b/dispatcharr/settings.py @@ -140,7 +140,10 @@ SERVER_IP = "127.0.0.1" CORS_ALLOW_ALL_ORIGINS = True CORS_ALLOW_CREDENTIALS = True -CSRF_TRUSTED_ORIGINS = ['*'] +CSRF_TRUSTED_ORIGINS = [ + 'http://*', + 'https://*' +] APPEND_SLASH = True REST_FRAMEWORK = {