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

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


The following commit(s) were added to refs/heads/6.0 by this push:
     new b8426b92c7 fix: revert mistake setting TALISMAN_ENABLED=False (#34909)
b8426b92c7 is described below

commit b8426b92c7391dc0cba6c85efa53a5225f55e490
Author: Maxime Beauchemin <maximebeauche...@gmail.com>
AuthorDate: Tue Sep 2 06:34:41 2025 -0700

    fix: revert mistake setting TALISMAN_ENABLED=False (#34909)
    
    (cherry picked from commit bc9ec6ac630f033ade1d007cfa7905aa21d85345)
---
 superset/config.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index 4e3034e864..555257223b 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -1815,7 +1815,6 @@ CONTENT_SECURITY_POLICY_WARNING = True
 
 # Do you want Talisman enabled?
 TALISMAN_ENABLED = utils.cast_to_boolean(os.environ.get("TALISMAN_ENABLED", 
True))
-TALISMAN_ENABLED = False
 
 # If you want Talisman, how do you want it configured??
 # For more information on setting up Talisman, please refer to

Reply via email to