We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cec7b49 commit 30a34f2Copy full SHA for 30a34f2
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"],
+ "production": ["https://app.zecrypt.io", "http://localhost:3000"],
44
"dev": ["http://localhost:3000", "https://preview.app.zecrypt.io", "chrome-extension://*"],
45
}
46
return data.get(env, ["*"])
0 commit comments