diff --git a/.gitignore b/.gitignore
index c7f0d81b..4d1a7a01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,9 @@ config.json
.vscode/settings.json
-build
\ No newline at end of file
+build
+
+*.log
+*.log.ansi
+*.tmp
+tmp/
diff --git a/assets/client_test/developers.html b/assets/client_test/developers.html
index 85bbba05..fbe0193c 100644
--- a/assets/client_test/developers.html
+++ b/assets/client_test/developers.html
@@ -7,7 +7,7 @@
-
Developer Portal | Fosscord
+ Discord Test Client Developer Portal
@@ -29,15 +29,15 @@
GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST;
// TODO: remote auth
// window.GLOBAL_ENV.REMOTE_AUTH_ENDPOINT = window.GLOBAL_ENV.GATEWAY_ENDPOINT.replace(/wss?:/, "");
- window.localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT);
- window.localStorage.setItem(
+ localStorage.setItem("gatewayURL", window.GLOBAL_ENV.GATEWAY_ENDPOINT);
+ localStorage.setItem(
"DeveloperOptionsStore",
`{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":true,"logAnalyticsEvents":true,"sourceMapsEnabled":false,"axeEnabled":false}`
);
-
-
-
+
+
+