Skip to content

Commit b00d2f3

Browse files
committed
remove tunneled hostname
1 parent e83de2e commit b00d2f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ function isInternal() {
3333
return (
3434
window.location.hostname.indexOf("dev.coder.com") > -1 ||
3535
window.location.hostname.indexOf("localhost") > -1 ||
36-
window.location.hostname.indexOf("127.0.0.1") > -1 ||
37-
window.location.hostname.indexOf("qpmefhb7mbvgs.pit-1.try.coder.app") > -1
36+
window.location.hostname.indexOf("127.0.0.1") > -1
3837
);
3938
}
4039

0 commit comments

Comments
 (0)