mirror of
https://github.com/tailscale/tailscale.git
synced 2026-04-09 23:52:33 +02:00
Set csrf.Path("/") so the CSRF cookie is available across all routes,
not just the path where it was set.
Add helpers to expose the gorilla/csrf token for use.
Updates #19264
Signed-off-by: Fernando Serboncini <fserb@tailscale.com>