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 0aaaafd commit 561f107Copy full SHA for 561f107
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-z7xDko/TUidug/GJhDl6n51ppbMmCur4leRtIMrMC8wiR/9Xb181BCQ3L6IX2plV";
+const iframeIntegrity = "sha384-CpAe/C2EZLEDTt5X0+LWNQUH+kDMLmvBaFc6DMO25JA3O2JhEGaSGTdKwnwRO9ui";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments