fix(embedded): Remove CSRF requirement for dashboard download API (#29953)

This commit is contained in:
Vitor Avila 2024-08-15 19:54:50 -03:00 committed by GitHub
parent 56f75922b9
commit 47715c39d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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