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 3efebaf commit e67f65aCopy full SHA for e67f65a
1 file changed
src/embed.ts
@@ -49,7 +49,7 @@ const defaultVerifiers = {
49
[LOGIN_PROVIDER.DISCORD]: true,
50
};
51
52
-const iframeIntegrity = "sha384-3qx7X/Meq9LWY3SfCUvxqL0wRFH2G2k1Pu1eIrlpSNR87Z95CmrikivkOv/ij6fZ";
+const iframeIntegrity = "sha384-kns/F7uVLhWPsydi2Ue5uh8AY3jslR7qdOo1FGCGUNa8OJKJ+iJe09wc7d7zdBUI";
53
54
const expectedCacheControlHeader = "max-age=3600";
55
0 commit comments