mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-18 03:26:38 +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:
@ -108,6 +108,7 @@ export type AppInfo = {
|
||||
default_language: Locale
|
||||
copyright?: string
|
||||
privacy_policy?: string
|
||||
disable_session_same_site?: boolean
|
||||
}
|
||||
|
||||
export enum Resolution {
|
||||
|
||||
Reference in New Issue
Block a user