fix(embedded): Remove CSRF requirement for dashboard download API (#29953)
This commit is contained in:
parent
56f75922b9
commit
47715c39d0
|
|
@ -258,6 +258,7 @@ WTF_CSRF_EXEMPT_LIST = [
|
|||
"superset.views.core.log",
|
||||
"superset.views.core.explore_json",
|
||||
"superset.charts.data.api.data",
|
||||
"superset.dashboards.api.cache_dashboard_screenshot",
|
||||
]
|
||||
|
||||
# Whether to run the web server in debug mode or not
|
||||
|
|
|
|||
Loading…
Reference in New Issue