We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83de2e commit b00d2f3Copy full SHA for b00d2f3
site/src/index.tsx
@@ -33,8 +33,7 @@ function isInternal() {
33
return (
34
window.location.hostname.indexOf("dev.coder.com") > -1 ||
35
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
+ window.location.hostname.indexOf("127.0.0.1") > -1
38
);
39
}
40
0 commit comments