mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-21 22:16:38 +08:00
Merge pull request #125 from AllForNothing/fix/same-site
fix: add new setting item to disable/enable same site for session_id cookie
This commit is contained in:
@ -112,6 +112,7 @@ export interface AppInfo {
|
||||
default_language: Locale
|
||||
copyright?: string
|
||||
privacy_policy?: string
|
||||
disable_session_same_site?: boolean
|
||||
}
|
||||
|
||||
export enum Resolution {
|
||||
|
||||
Reference in New Issue
Block a user