mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-22 22:56:39 +08:00
fix: add new setting item to disable/enable same site property
fixes #55 Signed-off-by: 孙世军 <1083433931@qq.com>
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user