Skip to content

Commit

Permalink
settings.py: tambahkan link web app di csrf trusted origins
Browse files Browse the repository at this point in the history
  • Loading branch information
rakbidb committed Dec 25, 2023
1 parent 04c873b commit 4434065
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arto_moro_pbp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4434065

Please sign in to comment.