This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch cors_docs
in repository https://gitbox.apache.org/repos/asf/superset.git

commit aa778551565d215bcd60ab9bc67402ead3979800
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Thu Mar 13 13:25:06 2025 -0700

    docs: add a note to install cors-related dependency when using ENABLE_CORS
---
 superset/config.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset/config.py b/superset/config.py
index d36fe30f69..2d16d43290 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -817,6 +817,8 @@ EXPLORE_FORM_DATA_CACHE_CONFIG: CacheConfig = {
 STORE_CACHE_KEYS_IN_METADATA_DB = False
 
 # CORS Options
+# NOTE: enabling this requires installing the cors-related python dependencies
+# `pip install .[cors]` or `pip install apache-superset[cors]`, depending
 ENABLE_CORS = False
 CORS_OPTIONS: dict[Any, Any] = {}
 

Reply via email to