Skip to content

Commit da1aa0b

Browse files
📥 Canary Web Build 375700 (d2d8c6aa935f9b80a729fa5a23a142be512757da)
Build Number: 375700 Version Hash: d2d8c6aa935f9b80a729fa5a23a142be512757da Build At: 8/2/2025 20:47:34 (1741466854452) Scripts (2): * web.651a850e547c7c53.js sentry.ab0abfa908f8489a.js Chunks (0) Stylesheets (1): * 12633.6f48b46bfae2d375.css
1 parent c9227cc commit da1aa0b

File tree

10 files changed

+298
-302
lines changed

10 files changed

+298
-302
lines changed

data/client/channels/canary/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Canary
22

33
### Info
4-
Build number: 375698
5-
Version hash: eee1bf3b93266474694a5a8b505435e941ba7c54
4+
Build number: 375700
5+
Version hash: d2d8c6aa935f9b80a729fa5a23a142be512757da
66
Host version: 1.0.568
7-
Built at: 3/8/2025, 8:05:29 PM
7+
Built at: 3/8/2025, 8:47:34 PM
88

99
### Modules
1010
| Module | Version | Package sha256 | URL |

data/client/channels/canary/info.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"build_number": "375698",
3-
"version_hash": "eee1bf3b93266474694a5a8b505435e941ba7c54",
2+
"build_number": "375700",
3+
"version_hash": "d2d8c6aa935f9b80a729fa5a23a142be512757da",
44
"host_version": "1.0.568",
5-
"built_at": 1741464329080
5+
"built_at": 1741466854452
66
}

data/client/channels/canary/web/scripts/index.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<meta name="twitter:creator" content="@discord" />
2828
<!-- endsection -->
2929

30-
<script nonce="MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=">
30+
<script nonce="MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==">
3131
window.GLOBAL_ENV = {
3232
API_ENDPOINT: "//canary.discord.com/api",
3333
API_VERSION: 9,
@@ -54,7 +54,7 @@
5454
PROJECT_ENV: "production",
5555
REMOTE_AUTH_ENDPOINT: "//remote-auth-gateway.discord.gg",
5656
SENTRY_TAGS: {
57-
buildId: "eee1bf3b93266474694a5a8b505435e941ba7c54",
57+
buildId: "d2d8c6aa935f9b80a729fa5a23a142be512757da",
5858
buildType: "normal",
5959
},
6060
MIGRATION_SOURCE_ORIGIN: "https://canary.discordapp.com",
@@ -66,7 +66,7 @@
6666
};
6767
</script>
6868

69-
<script nonce="MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=">
69+
<script nonce="MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==">
7070
!(function () {
7171
if (
7272
null != window.WebSocket &&
@@ -129,7 +129,7 @@
129129
<!-- section:title -->
130130
<title>Discord</title>
131131
<!-- endsection -->
132-
<script nonce="MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=">
132+
<script nonce="MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==">
133133
window.__OVERLAY__ = /overlay/.test(location.pathname);
134134
window.__BILLING_STANDALONE__ = /^\/billing/.test(location.pathname);
135135
</script>
@@ -139,17 +139,17 @@
139139
<body>
140140
<div id="app-mount"></div>
141141

142-
<script defer src="/assets/web.c5ec7668e04dae9f.js"></script>
143-
<script defer src="/assets/sentry.81fbe5c1462ebf32.js"></script>
144-
<script nonce="MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=">
142+
<script defer src="/assets/web.651a850e547c7c53.js"></script>
143+
<script defer src="/assets/sentry.ab0abfa908f8489a.js"></script>
144+
<script nonce="MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==">
145145
(function () {
146146
function c() {
147147
var b = a.contentDocument || a.contentWindow.document;
148148
if (b) {
149149
var d = b.createElement("script");
150-
d.nonce = "MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=";
150+
d.nonce = "MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==";
151151
d.innerHTML =
152-
"window.__CF$cv$params={r:'91d5060f3d9362f4',t:'MTc0MTQ2NTEyNi4wMDAwMDA='};var a=document.createElement('script');a.nonce='MTEsOTYsNzcsMjMyLDExMiwxNCwxMTksODg=';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
152+
"window.__CF$cv$params={r:'91d53bdc592b233a',t:'MTc0MTQ2NzMyOS4wMDAwMDA='};var a=document.createElement('script');a.nonce='MjM5LDE1MywxNzMsNjcsMTc4LDExNiwyMyw0OA==';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
153153
b.getElementsByTagName("head")[0].appendChild(d);
154154
}
155155
}

0 commit comments

Comments
 (0)