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/src
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>
11 months ago
..
assets client/web: add copyable components throughout UI 12 months ago
components client/web: skip connectivity check on https 11 months ago
hooks client/web: fix redirect logic when accessing login client over TS IP 12 months ago
ui client/web: add confirmation dialogs 12 months ago
utils client/web: add confirmation dialogs 12 months ago
api.ts client/web: add visual indication for exit node pending approval (#10532) 12 months ago
index.css client/web: small UI cleanups 12 months ago
index.tsx client/web: start using swr for some fetching 12 months ago
types.ts client/web: add visual indication for exit node pending approval (#10532) 12 months ago