fix: add new setting item to disable/enable same site property

fixes #55

Signed-off-by: 孙世军 <1083433931@qq.com>
This commit is contained in:
p-sunshijun
2024-12-11 18:08:47 +08:00
parent 9d2d092e9e
commit a8ea35e5c6
4 changed files with 72 additions and 2 deletions

View File

@ -8,6 +8,7 @@ export const APP_INFO: AppInfo = {
copyright: '',
privacy_policy: '',
default_language: 'en',
disable_session_same_site: false, // set it to true if you want to embed the chatbot in an iframe
}
export const isShowPrompt = false