From 44340656ed6cbdd8a1ecd27b1c881396ca995cfa Mon Sep 17 00:00:00 2001 From: rakbidb Date: Mon, 25 Dec 2023 20:29:30 +0700 Subject: [PATCH] settings.py: tambahkan link web app di csrf trusted origins --- arto_moro_pbp/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arto_moro_pbp/settings.py b/arto_moro_pbp/settings.py index a75f60e..245fb76 100644 --- a/arto_moro_pbp/settings.py +++ b/arto_moro_pbp/settings.py @@ -32,7 +32,8 @@ DEBUG = True ALLOWED_HOSTS = ["*"] -CSRF_TRUSTED_ORIGINS = ["https://artomoroweb.35.209.250.177.sslip.io"] +CSRF_TRUSTED_ORIGINS = ["https://artomoroweb.35.209.250.177.sslip.io", + "https://rakha-abid-tugas.pbp.cs.ui.ac.id"] # Application definition