We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8594e89 commit 1243306Copy full SHA for 1243306
1 file changed
src/embed.ts
@@ -47,7 +47,7 @@ const defaultVerifiers = {
47
[LOGIN_PROVIDER.DISCORD]: true,
48
};
49
50
-const iframeIntegrity = "sha384-psU5sbAuW/8ZfaRXPruLIz+d+IkY9BT3ddY1VLUtQrmOJEG8CserHNhtQiGMbcrW";
+const iframeIntegrity = "sha384-hUCVf4/dRFTMtyB6vphvJ0RhfaCQbcanNY5t1ZWC+MuBiRlt0l1ame3BBMhh+qN/";
51
52
const expectedCacheControlHeader = "max-age=3600";
53
0 commit comments