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 f4a1fd6 commit 275a5fcCopy full SHA for 275a5fc
1 file changed
src/embed.ts
@@ -47,7 +47,7 @@ const defaultVerifiers = {
47
[LOGIN_PROVIDER.DISCORD]: true,
48
};
49
50
-const iframeIntegrity = "sha384-7okut9azA3KRcYWx0/0SSC11JfAnIGut1cXRuMrPU8mkXzxzQEQOR4xU4Vb8RhQ2";
+const iframeIntegrity = "sha384-vZLQKTacdmYxZGVcNrID0PKKmhV3SFNZ1Sc5kV7vUQeu9XBaq51SVMO67pHOacNI";
51
52
const expectedCacheControlHeader = "max-age=3600";
53
0 commit comments