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

@ -108,6 +108,7 @@ export type AppInfo = {
default_language: Locale
copyright?: string
privacy_policy?: string
disable_session_same_site?: boolean
}
export enum Resolution {