Skip to content

Commit

Permalink
Merge pull request #62 from rpl-auto-a/Iqbal
Browse files Browse the repository at this point in the history
add: csrf
  • Loading branch information
iqbaldwitama authored Dec 4, 2023
2 parents 967164b + 9d58bce commit 94a2697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RentAcross/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

ALLOWED_HOSTS = ['*']

CSRF_TRUSTED_ORIGINS = ['http://35.223.49.63/']
CSRF_TRUSTED_ORIGINS = ['http://35.223.49.63']

# Application definition

Expand Down

0 comments on commit 94a2697

Please sign in to comment.