From 9d58bce09234f53898b288e817295933ab3f1618 Mon Sep 17 00:00:00 2001 From: Muhammad Iqbal Dwitama Date: Mon, 4 Dec 2023 16:14:35 +0700 Subject: [PATCH] add: csrf --- RentAcross/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RentAcross/settings.py b/RentAcross/settings.py index 0b08dd0..cf1498c 100644 --- a/RentAcross/settings.py +++ b/RentAcross/settings.py @@ -27,7 +27,7 @@ ALLOWED_HOSTS = ['*'] -CSRF_TRUSTED_ORIGINS = ['http://35.223.49.63/'] +CSRF_TRUSTED_ORIGINS = ['http://35.223.49.63'] # Application definition