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 a66d7e8 commit eb3ba83Copy full SHA for eb3ba83
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-1bIgaEZ+KgbjMimCY8uGWZRKHM0KJ5/WuNT7ociY9sCGZXHWLZKedYEKTnlWoEx7";
+const iframeIntegrity = "sha384-gFQhyfEg0u3yRMMgCBVwTiX8mPW4XYnN31lyPUfEgUDfjO2F5BTFTEsxh/oRJiol";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments