mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
180 stars 80 forks source link

CsrfToken view should not be cached #249

Closed Osmose closed 10 years ago

Osmose commented 10 years ago

Affiliates recently ran into an issue where the CsrfToken view was being cached by the load balancer. It should be marked to never cache.