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 4504e51 commit c90dae4Copy full SHA for c90dae4
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-YmbWi5N/Hazonsjokt2eZTWsCuI0I57b/Gbs6UXs/80RQQb6MHMgaFbrnf06CtwS";
+const iframeIntegrity = "sha384-qSza8ybtWnCVUkCcMvQ5Zk11pk50YxeiA9S414jUe3nsLAzFRaO0QP/466kpUQgs";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments