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