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 69d6b6f commit 9b17d8bCopy full SHA for 9b17d8b
src/frontend/apps/impress/src/services/Crisp.tsx
@@ -19,6 +19,7 @@ export const configureCrispSession = (websiteId: string) => {
19
return;
20
}
21
Crisp.configure(websiteId);
22
+ Crisp.setSafeMode(true);
23
};
24
25
export const terminateCrispSession = () => {
0 commit comments