This is an automated email from the ASF dual-hosted git repository.
vavila pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 47715c39d0 fix(embedded): Remove CSRF requirement for dashboard
download API (#29953)
47715c39d0 is described below
commit 47715c39d0e3daad8fed3a28e7c2a425b3643e73
Author: Vitor Avila <[email protected]>
AuthorDate: Thu Aug 15 19:54:50 2024 -0300
fix(embedded): Remove CSRF requirement for dashboard download API (#29953)
---
superset/config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/superset/config.py b/superset/config.py
index a39dc432c3..2fa8ef72ba 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -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