Skip to content

Commit 9b68a36

Browse files
authored
Merge pull request #63 from csfloat/fix/cors-allowed-origins
Fix CORS Allowed Origin Environment Variable
2 parents c8917dd + 70ee66a commit 9b68a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/reverse-watch-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
- name: INGESTORS_CSFLOAT_BASEURL
4545
value: https://csfloat.com
4646
- name: HTTP_ALLOWEDORIGINS
47-
value: "['chrome-extension://jjicbefpemnphinccgikpdaagjebbnhg']"
47+
value: "chrome-extension://jjicbefpemnphinccgikpdaagjebbnhg"
4848
- name: HTTP_ALLOWFIREFOXEXTENSIONS
4949
value: 'true'
5050
- name: DATABASE_HOST

0 commit comments

Comments
 (0)