Skip to content
  • Tanner Prestegard's avatar
    Prevent certificate or basic auth on AJAX requests to the API · 058fd28d
    Tanner Prestegard authored
    Discovered that AJAX requests to the API from the web view were
    using certificates in people's browsers even if they were logged
    out of the Django session.  So when they wanted to view the page
    as a public user they still saw some extra information.
    
    No security risk since they needed to have a valid certificate
    anyway, but a bit annoying.
    058fd28d