Skip to content

Commit b5edb9a

Browse files
committed
Update utils.py
1 parent f8fc286 commit b5edb9a

File tree

1 file changed

+1
-1
lines changed
  • packages/backend-server/app/utils

1 file changed

+1
-1
lines changed

packages/backend-server/app/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_uuid():
4141
def get_origins(env):
4242
data = {
4343
"production": ["https://app.zecrypt.io"],
44-
"dev": ["http://localhost:3000", "https://preview.app.zecrypt.io"],
44+
"dev": ["http://localhost:3000", "https://preview.app.zecrypt.io", "chrome-extension://*"],
4545
}
4646
return data.get(env, ["*"])
4747

0 commit comments

Comments
 (0)