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 569b91417f client/web: ensure path prefix has a leading slash
This is simply an extra check to prevent hypothetical issues if a prefix
such as `--prefix="javascript:alert(1)"` was provided.  This isn't
really necessary since the prefix is a configuration flag provided by
the device owner, not user input.  But it does enforce that we are
always interpreting the provided value as a path relative to the root.

Fixes: tailscale/corp#16268

Signed-off-by: Will Norris <will@tailscale.com>
6 months ago
..
build client/web: precompress assets 7 months ago
src client/web: rename Disconnect to Log out 6 months ago
assets.go client/web: only add cache header for assets 7 months ago
auth.go client/web: use prefs.ControlURLOrDefault from controlSupportsCheckMode 7 months ago
index.html client/web: use CSP hash for inline javascript 7 months ago
package.json client/web: add confirmation dialogs 7 months ago
qnap.go client/web: add readonly/manage toggle 8 months ago
styles.json client/web: adjust colors and some UI margins 7 months ago
synology.go client/web: add readonly/manage toggle 8 months ago
tailwind.config.js client/web: adjust colors and some UI margins 7 months ago
tsconfig.json client/web: add debug mode for web client ui updates 9 months ago
vite.config.ts client/web: fix hotreload proxy 8 months ago
web.go client/web: ensure path prefix has a leading slash 6 months ago
web_test.go client/web: ensure path prefix has a leading slash 6 months ago
yarn.lock client/web: add confirmation dialogs 7 months ago