Skip to content

Commit 10e6984

Browse files
author
jarodaerts
committed
Test cors again
1 parent 0faa3b1 commit 10e6984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/pythonpath_dev/superset_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class CeleryConfig:
103103
"supports_credentials": True,
104104
"allow_headers": ["*"],
105105
"resources": ["*"],
106-
"origins": ["*"]
106+
"origins": ["http://northwestern.localhost:3000"]
107107
}
108108

109109
FEATURE_FLAGS = {"ALERT_REPORTS": True, "EMBEDDED_SUPERSET": True}

0 commit comments

Comments
 (0)