We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1ea9e9 + 623fc48 commit 0ee7b3dCopy full SHA for 0ee7b3d
base/settings.py
@@ -232,16 +232,14 @@
232
"https://bos.potlock.io",
233
"https://app.potlock.io",
234
"https://bos.potlock.app",
235
- "https://app.potlock.app",
236
- "https://staging.alpha.potlock.org",
237
- "https://staging.alpha.potlock.io",
238
- "https://staging.app.potlock.io",
239
- "https://staging.app.potlock.org",
+ "https://app.potlock.app"
240
]
241
242
CORS_ALLOWED_ORIGIN_REGEXES = [
243
"^https:\/\/potlock-next-[\w-]+-potlock\.vercel\.app\/?$",
244
- "^https?:\/\/.*\.?grantpicks\.com$"
+ "^https?:\/\/.*\.?grantpicks\.com$",
+ "^https:\/\/staging\.app\.potlock\.(org|io|xyz|app)\/?$",
+ "^https:\/\/staging\.alpha\.potlock\.(org|io|xyz|app)\/?$"
245
246
247
# REDIS / CACHE CONFIGS
0 commit comments