You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/08 22:09:45 UTC

[GitHub] xrmx commented on a change in pull request #3435: Adding hook for CSRF exempting flask views.

xrmx commented on a change in pull request #3435: Adding hook for CSRF exempting flask views.
URL: https://github.com/apache/incubator-superset/pull/3435#discussion_r137899894
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -65,6 +65,9 @@
 
 # Flask-WTF flag for CSRF
 WTF_CSRF_ENABLED = True
+# Add endpoints that should be exempt from CSRF protection
+
+# WTF_CSRF_EXEMPT_LIST = []
 
 Review comment:
   you don't need it commented
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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