mirror of https://github.com/tailscale/tailscale/
client/web: add security attributes on session cookie
Limit cookies to HTTP requests (not accessible from javascript). Set SameSite to "Lax", which is similar to "Strict" but allows for cookies to be included in requests that come from offsite links. This will be necessary when we link to the web client from the admin console. Updates #10261 Fixes tailscale/corp#16265 Signed-off-by: Will Norris <will@tailscale.com>pull/10543/head
parent
261b6f1e9f
commit
c615fe2296
Loading…
Reference in New Issue