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