From 1ddf4e508ec229b0ea5d5b8be1edd3aac3383fae Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Wed, 28 Feb 2024 00:29:28 +0700 Subject: [PATCH] chore: provide clearer csrf url example (#2833) --- sentry/sentry.conf.example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry/sentry.conf.example.py b/sentry/sentry.conf.example.py index 712239b..cd4f1fc 100644 --- a/sentry/sentry.conf.example.py +++ b/sentry/sentry.conf.example.py @@ -340,4 +340,4 @@ CSP_REPORT_ONLY = True # this to match your IPs/domains. Ports should be included if you are using custom ports. # https://docs.djangoproject.com/en/4.2/ref/settings/#std-setting-CSRF_TRUSTED_ORIGINS -# CSRF_TRUSTED_ORIGINS = ["example.com", "127.0.0.1:9000"] +# CSRF_TRUSTED_ORIGINS = ["https://example.com", "http://127.0.0.1:9000"]