security: add cors for desktop app scheme
This commit is contained in:
@@ -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"
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user