mirror of
https://github.com/meshtastic/web.git
synced 2026-04-19 13:27:33 -04:00
Merge pull request #285 from sgtwilko/patch-1
Use window.location.host so that websites run on non-standard ports i…
This commit is contained in:
@@ -23,7 +23,7 @@ export const HTTP = ({ closeDialog }: TabElementProps): JSX.Element => {
|
||||
window.location.hostname,
|
||||
)
|
||||
? "meshtastic.local"
|
||||
: window.location.hostname,
|
||||
: window.location.host,
|
||||
tls: location.protocol === "https:",
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user