Skip to content

Commit

Permalink
fix csrf setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Oct 17, 2024
1 parent e286e6e commit eb9cf55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions breathecode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,9 @@
CSRF_TRUSTED_ORIGINS = [
"http://*.gitpod.io",
"https://*.gitpod.io",
"s.4geeksacademy.co",
"s.4geeks.co",
"s.4geeks.com",
"https://s.4geeksacademy.co",
"https://s.4geeks.co",
"https://s.4geeks.com",
"https://breathecode.herokuapp.com",
"https://breathecode-test.herokuapp.com",
]
Expand Down

0 comments on commit eb9cf55

Please sign in to comment.