security: add cors for desktop app scheme

This commit is contained in:
Arjun Patel
2026-06-08 12:48:59 -07:00
parent 9184d002d3
commit d450fced75
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -79,9 +79,8 @@ spec:
value: "llink://billing/success"
- name: "BILLING_CANCEL_URL"
value: "llink://billing/cancel"
# Web client origins
- name: "CORS_ALLOWED_ORIGINS"
value: "http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live"
value: "llink://,http://localhost:5173,http://localhost:5174,http://localhost:5175,https://llink.dev.flowy.live"
---
+1 -2
View File
@@ -76,9 +76,8 @@ spec:
value: "llink://billing/success"
- name: "BILLING_CANCEL_URL"
value: "llink://billing/cancel"
# Web client origins
- name: "CORS_ALLOWED_ORIGINS"
value: "https://llink.flowy.live"
value: "llink://,https://llink.flowy.live"
---