Skip to content

Commit

Permalink
fix: update cors origins
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo committed Sep 5, 2024
1 parent a3556fc commit fa92f2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,17 @@
"https://alpha.potlock.io",
"https://alpha.potlock.org",
"https://alpha.potlock.xyz",
"https://alpha.potlock.app", # regex matching might not be advisable.
"https://alpha.potlock.app",
"http://dev.local",
"https://dev.local",
"https://potlock.org",
"https://potlock.io",
"https://potlock.app",
"https://potlock.xyz",
"https://landing.potlock.org",
"https://landing.potlock.io",
"https://landing.potlock.app",
"https://landing.potlock.xyz"
]

CORS_ALLOWED_ORIGIN_REGEXES = [
Expand Down

0 comments on commit fa92f2b

Please sign in to comment.