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 0d0e81b commit 06f542aCopy full SHA for 06f542a
1 file changed
src/embed.ts
@@ -47,7 +47,7 @@ const defaultVerifiers = {
47
[LOGIN_PROVIDER.DISCORD]: true,
48
};
49
50
-const iframeIntegrity = "sha384-lb3nACrq4xMEARnH/ExsncI/0oxOlPsn1X8hxCtm11sSIJLRMSjFA4ZppLfBINwF";
+const iframeIntegrity = "sha384-DcpZzNF1etFP+W/1+7hRHoyJvQajtpBxYMkUienJicVS9tvzlQGTeIExVMY5cltJ";
51
52
const expectedCacheControlHeader = "max-age=3600";
53
0 commit comments