mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-16 07:19:53 +00:00

Ideally we should strip other invalid characters too, but that would call for a regexp replacement which increases the number of allocations and makes `TestVarzHandlerSorting` fail. Signed-off-by: Anton Tolchanov <anton@tailscale.com>