Skip to content

Commit

Permalink
fix duplication in settings error
Browse files Browse the repository at this point in the history
  • Loading branch information
evinjaff committed Mar 3, 2025
1 parent 6c587a4 commit 3a8dbcb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions server/egglocke/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@
]

CSRF_TRUSTED_ORIGINS = [
"egglocke.evievi.gay",
"www.egglocke.evievi.gay",
"localhost",
"127.0.0.1",
"https://egglocke.evievi.gay",
"https://www.egglocke.evievi.gay"
]


Expand Down

0 comments on commit 3a8dbcb

Please sign in to comment.