You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/07/29 16:10:36 UTC

[GitHub] [incubator-superset] etr2460 commented on a change in pull request #7935: [feature flag] Enforce csrf protection on explore_json endpoint

etr2460 commented on a change in pull request #7935: [feature flag] Enforce csrf protection on explore_json endpoint
URL: https://github.com/apache/incubator-superset/pull/7935#discussion_r308313609
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -204,7 +204,8 @@
 # will result in combined feature flags of { 'FOO': True, 'BAR': True, 'BAZ': True }
 DEFAULT_FEATURE_FLAGS = {
     # Experimental feature introducing a client (browser) cache
-    "CLIENT_CACHE": False
+    "CLIENT_CACHE": False,
+    "ENABLE_EXPLORE_JSON_CSRF_PROTECTION": False,
 
 Review comment:
   Let's add a comment explaining this flag too?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org