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 d1a5a6e commit 55f84f2Copy full SHA for 55f84f2
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-o02DJyXIRlX/ZlzbO6i9Pm5wL/mA+uZjTQcx40Hw0UEZ8JZwTkWIJ1gpf+4WUgg8";
+const iframeIntegrity = "sha384-9ccFT2RNZAfvejvOqak31BIg0QaT8/Bn3/N28EASxqsn8yVUyIGkntOCsbWaXxTJ";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments