[PR #125] [MERGED] fix: add new setting item to disable/enable same site for session_id cookie #168

Closed
opened 2026-02-16 10:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/webapp-conversation/pull/125
Author: @AllForNothing
Created: 12/11/2024
Status: Merged
Merged: 9/15/2025
Merged by: @crazywoola

Base: mainHead: fix/same-site


📝 Commits (2)

  • a8ea35e fix: add new setting item to disable/enable same site property
  • 87c81b9 Delete .idea/workspace.xml

📊 Changes

3 files changed (+7 additions, -2 deletions)

View changed files

📝 app/api/utils/common.ts (+5 -2)
📝 config/index.ts (+1 -0)
📝 types/app.ts (+1 -0)

📄 Description

fixes #55

I believe it is very common to embed this application in an iframe, so a new configuration item has been added


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/webapp-conversation/pull/125 **Author:** [@AllForNothing](https://github.com/AllForNothing) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `fix/same-site` --- ### 📝 Commits (2) - [`a8ea35e`](https://github.com/langgenius/webapp-conversation/commit/a8ea35e5c60852231076b9cb170817d63aa788d7) fix: add new setting item to disable/enable same site property - [`87c81b9`](https://github.com/langgenius/webapp-conversation/commit/87c81b99dd628c4f09dce490acaef9314ede5915) Delete .idea/workspace.xml ### 📊 Changes **3 files changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/api/utils/common.ts` (+5 -2) 📝 `config/index.ts` (+1 -0) 📝 `types/app.ts` (+1 -0) </details> ### 📄 Description fixes #55 I believe it is very common to embed this application in an iframe, so a new configuration item has been added --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:16:20 -05:00
yindo closed this issue 2026-02-16 10:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/webapp-conversation#168