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 e2552bd commit f5818f4Copy full SHA for f5818f4
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-hPddJWodHl65TJZ9TPKlFfUxs2tW4b4A96kuJoJ7gBGRvEK4osCMvoo0bOg1vTdv";
+const iframeIntegrity = "sha384-ChK4+k0VRMpAaC+psywsJYq0CnEqytZvQuy7L2cRWEwqImd7CA7Ep69YzBmHBR2V";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments