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 8e62c40 commit ef89d78Copy full SHA for ef89d78
1 file changed
src/embed.ts
@@ -48,7 +48,7 @@ const defaultVerifiers = {
48
[LOGIN_PROVIDER.DISCORD]: true,
49
};
50
51
-const iframeIntegrity = "sha384-/aCRx7qesyzDDO/JANnBOv/pWI1HAN0BMZAFgrULM8Lg+IX1wW6qxARAMpBfuRZ5";
+const iframeIntegrity = "sha384-hcrlCOpVVNh7OI6xWd0aDE027l2OhpszyLhN8O7PmfeBQUHgrrfiIJg+r4fNKO7G";
52
53
const expectedCacheControlHeader = "max-age=3600";
54
0 commit comments