You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Looking to implement CSRF into my Dash app. I currently add the following code to get this to work for Dash:
csrf._exempt_views.add('dash.dash.dispatch')
However, I am unable to upload files using the uploader. I get the standard error message from the browser. Is there a similar command I can add for dash_uploader?