Ralkion commented on PR #30718:
URL: https://github.com/apache/superset/pull/30718#issuecomment-2442004613
Hold off on this, I'm just discovering that it could actually be an issue in
our configuration.
Seems by default the `WTF_CSRF_EXEMPT_LIST` is
```
[
"superset.views.core.log",
"superset.views.core.explore_json",
"superset.charts.data.api.data",
"superset.dashboards.api.cache_dashboard_screenshot",
]
```
But for some reason ours was defined to be `[]`. I may have been looking in
the wrong place.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]