Skip to content

Commit e59bb38

Browse files
📥 Canary Web Build 377167 (cc4797d27d825eaaae0aac58e07fbfd6815b5a45)
Build Number: 377167 Version Hash: cc4797d27d825eaaae0aac58e07fbfd6815b5a45 Build At: 12/2/2025 21:31:50 (1741815110535) Scripts (2): * web.e670e5e48edb5aa3.js sentry.eb8c89a0eb49bdde.js Chunks (0) Stylesheets (1): * 12633.652264240f097921.css
1 parent 1f4b8ef commit e59bb38

File tree

10 files changed

+210
-210
lines changed

10 files changed

+210
-210
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: 377164
5-
Version hash: ae1e28f5cfb5642340cfc6383a9f47c6a31933e1
4+
Build number: 377167
5+
Version hash: cc4797d27d825eaaae0aac58e07fbfd6815b5a45
66
Host version: 1.0.568
7-
Built at: 3/12/2025, 9:30:42 PM
7+
Built at: 3/12/2025, 9:31:50 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": "377164",
3-
"version_hash": "ae1e28f5cfb5642340cfc6383a9f47c6a31933e1",
2+
"build_number": "377167",
3+
"version_hash": "cc4797d27d825eaaae0aac58e07fbfd6815b5a45",
44
"host_version": "1.0.568",
5-
"built_at": 1741815042852
5+
"built_at": 1741815110535
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="MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0">
30+
<script nonce="MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==">
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: "ae1e28f5cfb5642340cfc6383a9f47c6a31933e1",
57+
buildId: "cc4797d27d825eaaae0aac58e07fbfd6815b5a45",
5858
buildType: "normal",
5959
},
6060
MIGRATION_SOURCE_ORIGIN: "https://canary.discordapp.com",
@@ -66,7 +66,7 @@
6666
};
6767
</script>
6868

69-
<script nonce="MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0">
69+
<script nonce="MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==">
7070
!(function () {
7171
if (
7272
null != window.WebSocket &&
@@ -129,7 +129,7 @@
129129
<!-- section:title -->
130130
<title>Discord</title>
131131
<!-- endsection -->
132-
<script nonce="MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0">
132+
<script nonce="MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==">
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.7b90d9b82649db30.js"></script>
143-
<script defer src="/assets/sentry.2c9fbe32b5068d59.js"></script>
144-
<script nonce="MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0">
142+
<script defer src="/assets/web.e670e5e48edb5aa3.js"></script>
143+
<script defer src="/assets/sentry.eb8c89a0eb49bdde.js"></script>
144+
<script nonce="MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==">
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 = "MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0";
150+
d.nonce = "MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==";
151151
d.innerHTML =
152-
"window.__CF$cv$params={r:'91f66d69cfd4cfd5',t:'MTc0MTgxNTM4OS4wMDAwMDA='};var a=document.createElement('script');a.nonce='MTQ4LDE5NSwzMCwxODIsMjAyLDE1NSwyMzQsMjA0';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";
152+
"window.__CF$cv$params={r:'91f6761c5d70e608',t:'MTc0MTgxNTc0NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='MjI2LDE2MSw4NiwxMiwxMzIsMTY2LDExNSw0OA==';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)