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
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?
The text was updated successfully, but these errors were encountered:
Hi,
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?
The text was updated successfully, but these errors were encountered: