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 655497f commit 31959a9Copy full SHA for 31959a9
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-EFL0mtnzU1p+pHPST3PNYw+ZzgvetydR9pK6pVdXUeWL2HH7usTdzfJPRddL4rhV";
+const iframeIntegrity = "sha384-3qx7X/Meq9LWY3SfCUvxqL0wRFH2G2k1Pu1eIrlpSNR87Z95CmrikivkOv/ij6fZ";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments