summary refs log tree commit diff
path: root/client_test/index.html
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-28 03:39:33 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-28 03:39:33 +0300
commitc6ab039787346f0930881ad7a5893e4ea555f852 (patch)
treea115223aa7a3d95c65e3c3432dd3df49e32b9d85 /client_test/index.html
parentMerge branch 'fosscord:master' into master (diff)
parent:construction: permissions (diff)
downloadserver-c6ab039787346f0930881ad7a5893e4ea555f852.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'client_test/index.html')
-rw-r--r--client_test/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client_test/index.html b/client_test/index.html

index 915a3378..de2fe44b 100644 --- a/client_test/index.html +++ b/client_test/index.html
@@ -18,6 +18,7 @@ MEDIA_PROXY_ENDPOINT: "https://media.discordapp.net", WIDGET_ENDPOINT: "//discord.com/widget", INVITE_HOST: "discord.gg", + GUILD_TEMPLATE_HOST: "discord.new", GIFT_CODE_HOST: "discord.gift", RELEASE_CHANNEL: "stable", @@ -32,10 +33,9 @@ MIGRATION_SOURCE_ORIGIN: "https://discordapp.com", MIGRATION_DESTINATION_ORIGIN: "https://discord.com", HTML_TIMESTAMP: Date.now(), - ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0", + ALGOLIA_KEY: "aca0d7082e4e63af5ba5917d5e96bed0" }; - </script> - <script> + localStorage.removeItem("gatewayURL"); localStorage.setItem( "DeveloperOptionsStore", `{"trace":false,"canary":false,"logGatewayEvents":true,"logOverlayEvents":false,"logAnalyticsEvents":false,"sourceMapsEnabled":false,"axeEnabled":false}`