wagtail / wagtail-autocomplete

An Autocomplete edit handler for selecting Pages, Snippets, and more.
https://wagtail-autocomplete.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
120 stars 55 forks source link

Fix search with HttpOnly cookie #157

Closed joeyjurjens closed 1 year ago

joeyjurjens commented 1 year ago

This PR fixes #149 , as it will get the CSRF token from an input element rather than the cookie.

nim65s commented 1 year ago

Hi,

Thanks for this fix, I can confirm that it works for me :)

chigby commented 1 year ago

Also works for me! Going to merge it.