We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30a34f2 commit 62400c8Copy full SHA for 62400c8
packages/backend-server/app/utils/utils.py
@@ -40,7 +40,7 @@ def create_uuid():
40
41
def get_origins(env):
42
data = {
43
- "production": ["https://app.zecrypt.io", "http://localhost:3000"],
+ "production": ["https://app.zecrypt.io"],
44
"dev": ["http://localhost:3000", "https://preview.app.zecrypt.io", "chrome-extension://*"],
45
}
46
return data.get(env, ["*"])
0 commit comments