Does not work with CSRF
dhfbrown opened this issue · 0 comments
dhfbrown commented
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?