refactor: remove localhost-only check
This commit is contained in:
parent
602673e825
commit
268960b800
|
@ -348,11 +348,8 @@ function messageBridge() {
|
|||
return;
|
||||
}
|
||||
bridgeInitComplete = true;
|
||||
|
||||
if ("localhost" === window.location.hostname) {
|
||||
log("browser extension not found, falling back to lumeweb.com");
|
||||
launchKernelFrame();
|
||||
}
|
||||
log("browser extension not found, falling back to lumeweb.com");
|
||||
launchKernelFrame();
|
||||
}, 500);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue