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
Chris Palmer b62a3fc895
client/web: keep redirects on-site (#10525)
Ensure we don't create Location: header URLs that have leading //, which is a
schema-less reference to arbitrary 3rd-party sites. That is, //example.com/foo
redirects off-site, while /example.com/foo is an on-site path URL.

Fixes tailscale/corp#16268

Signed-off-by: Chris Palmer <cpalmer@tailscale.com>
2 years ago
..
build client/web: precompress assets 2 years ago
src client/web: fix redirect logic when accessing login client over TS IP 2 years ago
assets.go client/web: only add cache header for assets 2 years ago
auth.go client/web: use prefs.ControlURLOrDefault from controlSupportsCheckMode 2 years ago
index.html client/web: use CSP hash for inline javascript 2 years ago
package.json client/web: add confirmation dialogs 2 years ago
qnap.go client/web: add readonly/manage toggle 2 years ago
styles.json client/web: adjust colors and some UI margins 2 years ago
synology.go client/web: add readonly/manage toggle 2 years ago
tailwind.config.js client/web: adjust colors and some UI margins 2 years ago
tsconfig.json client/web: add debug mode for web client ui updates 2 years ago
vite.config.ts client/web: fix hotreload proxy 2 years ago
web.go client/web: keep redirects on-site (#10525) 2 years ago
web_test.go client/web: keep redirects on-site (#10525) 2 years ago
yarn.lock client/web: add confirmation dialogs 2 years ago