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 970dc2a976 client/web: remove 'unsafe-inline' from CSP
I seem to recall I needed this for things to work properly with the vite
dev server, but that doesn't seem to be the case anymore?  Everything
seems to work fine without it.  If we still have issues, we'll need to
look into using a nonce or integrity attribute.

Updates #10261
Fixes tailscale/corp#16266

Signed-off-by: Will Norris <will@tailscale.com>
12 months ago
..
build client/web: precompress assets 12 months ago
src client/web: add endpoint for logging device detail click metric (#10505) 12 months ago
assets.go client/web: precompress assets 12 months ago
auth.go client/web: add logging of device management type for web client (#10492) 12 months ago
index.html client/web: small tweaks for small screens 12 months ago
package.json client/web: add confirmation dialogs 12 months ago
qnap.go client/web: add readonly/manage toggle 1 year ago
styles.json client/web: adjust colors and some UI margins 12 months ago
synology.go client/web: add readonly/manage toggle 1 year ago
tailwind.config.js client/web: adjust colors and some UI margins 12 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 1 year ago
web.go client/web: remove 'unsafe-inline' from CSP 12 months ago
web_test.go client/web: check content-type on PATCH requests 12 months ago
yarn.lock client/web: add confirmation dialogs 12 months ago