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 b89c113365 client/web: skip connectivity check on https
The manage client always listens on http (non-secure) port 5252.  If the
login client is loaded over https, then the connectivity check to `/ok`
will fail with a mixed-content error. Mixed-content enforcement is a
browser setting that we have no control over, so there's no way around
this.

In this case of the login client being loaded over https, we skip the
connectivity check entirely.  We will always render the sign-in button,
though we don't know for sure if the user has connectivity, so we
provide some additional help text in case they have trouble signing in.

Updates hassio-addons/addon-tailscale#314

Signed-off-by: Will Norris <will@tailscale.com>
5 months ago
..
build client/web: precompress assets 6 months ago
src client/web: skip connectivity check on https 5 months ago
assets.go client/web: only add cache header for assets 6 months ago
auth.go client/web: add initial types for using peer capabilities 5 months ago
index.html client/web: use CSP hash for inline javascript 6 months ago
package.json client/web: add confirmation dialogs 6 months ago
qnap.go client/web: add readonly/manage toggle 7 months ago
styles.json client/web: adjust colors and some UI margins 6 months ago
synology.go client/web: add readonly/manage toggle 7 months ago
tailwind.config.js client/web: adjust colors and some UI margins 6 months ago
tsconfig.json client/web: add debug mode for web client ui updates 8 months ago
vite.config.ts client/web: fix hotreload proxy 7 months ago
web.go client/web: add initial types for using peer capabilities 5 months ago
web_test.go client/web: add initial types for using peer capabilities 5 months ago
yarn.lock client/web: add confirmation dialogs 6 months ago