You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/client/web
Will Norris c615fe2296 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>
10 months ago
..
build client/web: precompress assets 10 months ago
src client/web: small UI cleanups 10 months ago
assets.go client/web: precompress assets 10 months ago
auth.go client/web: add logging of device management type for web client (#10492) 10 months ago
index.html client/web: small tweaks for small screens 10 months ago
package.json client/web: start using swr for some fetching 10 months ago
qnap.go client/web: add readonly/manage toggle 11 months ago
styles.json client/web: adjust colors and some UI margins 10 months ago
synology.go client/web: add readonly/manage toggle 11 months ago
tailwind.config.js client/web: adjust colors and some UI margins 10 months ago
tsconfig.json client/web: add debug mode for web client ui updates 1 year ago
vite.config.ts client/web: fix hotreload proxy 11 months ago
web.go client/web: add security attributes on session cookie 10 months ago
web_test.go client/web: add logging of device management type for web client (#10492) 10 months ago
yarn.lock client/web: start using swr for some fetching 10 months ago