summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 13:20:19 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-09-04 15:15:25 +0200
commit88b04adab255eba1cb020a73742f770232e904ad (patch)
tree3b4c25d2e1cb2702d9493721a8e7f2ef56f61dd7 /assets
parentBasic client patching system (diff)
downloadserver-ts-88b04adab255eba1cb020a73742f770232e904ad.tar.xz
More patches
Diffstat (limited to 'assets')
-rw-r--r--assets/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/index.html b/assets/index.html

index 0cd90c8e..11e16272 100644 --- a/assets/index.html +++ b/assets/index.html
@@ -42,6 +42,9 @@ SENTRY_TAGS: { instance: document.location.host }, PROJECT_ENV: "development", RELEASE_CHANNEL: "staging", + + //custom + PLAINTEXT_GATEWAY: true }; GLOBAL_ENV.MEDIA_PROXY_ENDPOINT = location.protocol + "//" + GLOBAL_ENV.CDN_HOST; const localStorage = window.localStorage;