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
On this point, just to clarify, Django automatically adds a csrf_token to forms with method="POST". If we change it to GET, then new users will not see the csrf token in the first place. That obviously won't remove cookies for users who visited the site before such a change.
That is probably often the case. And it's a very good point!
On the /releases/ page, the version dropdown form performs a POST request, which is a bit silly. We should change this form to perform a GET request.
The text was updated successfully, but these errors were encountered: