Viktor Roytman
Viktor Roytman
I'm not sure what the best way to make it work with `get_[secure_]cookie` would be. It seems like it would be easier on that side if the prefix were visible....
Maybe `[get|set]_[secure|host]_prefix_cookie`?
@jwhipp you should take a look at https://github.com/raphael/linux-samus
Pretty much. The AUR package for `raphael/linux-samus` (https://aur.archlinux.org/packages/linux-samus4/) replaced the package @tsowell uploaded way back before the AUR migrated to git.
I just ran into this when creating a dummy application using Tornado. Is there any security risk with disabling the CSRF protection on the `/verify` endpoint? Or is there some...