Skip to content

Commit 47715c3

Browse files
authored
fix(embedded): Remove CSRF requirement for dashboard download API (#29953)
1 parent 56f7592 commit 47715c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

superset/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None:
258258
"superset.views.core.log",
259259
"superset.views.core.explore_json",
260260
"superset.charts.data.api.data",
261+
"superset.dashboards.api.cache_dashboard_screenshot",
261262
]
262263

263264
# Whether to run the web server in debug mode or not

0 commit comments

Comments
 (0)