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
It's possible that users would desire to script against the signed_url view without ever loading a standard Django view (which would load the CSRF token in a cookie). For this reason, a user should be able to set a property in settings.py that would make the signed_url view CSRF-exempt.
The text was updated successfully, but these errors were encountered:
It's possible that users would desire to script against the
signed_url
view without ever loading a standard Django view (which would load the CSRF token in a cookie). For this reason, a user should be able to set a property insettings.py
that would make thesigned_url
view CSRF-exempt.The text was updated successfully, but these errors were encountered: