-
### ⚠️ 搜索是否存在类似问题
- [X] 我已经搜索过issues,没有找到相似的问题
### 🔧 运行方式
直接运行的exe文件
### 🐍 如果是使用源代码运行,请选择你的Python环境版本
None
### 💻 请选择你的系统环境
Windows 10
### 🤔 问题详情
国内抖音能正常录制,国外TKTOK配置代理后还是无法正常录制,试了好几个直播间都不行
[]…
-
### Confirm you've already contributed to this project or that you sponsor it
- [X] I confirm I'm a sponsor or a contributor
### Describe the solution you'd like
Multiple users recently expre…
-
I just want to open a discussion about the newly introduced `nonce` cookie in the oauth2 filter.
There are several aspects I want to highlight.
### 1. Generation
The current implementation sets …
-
### **Adding The footer**
A very different minimal footer compared to Fusion. But we can look at https://staging.fusion.phd for reference of the disclaimer cookie and terms of use pages.
Each of th…
-
Hi everyone, as a precaution we're internally trying to detect the impact of the planned deprecation of 3rd party cookies by major browsers.
[Google shares update on next step toward phasing ou…
-
We have an Api that you need to call on endpoint A, it sets cookies and redirects to B (and you cannot call B directly) but undici looses the cookies so the Api call fails.
(Update: both A and B li…
OZZlE updated
2 weeks ago
-
Reported: https://forums.zotero.org/discussion/comment/477452/#Comment_477452
ProQuest.js [makes](https://github.com/zotero/translators/blob/cdc1712be9bd5f98ffc99bd4bc4c8d223b76b7ac/ProQuest.js#L23…
-
### Describe the bug
I was getting this error every time I logged into Bolt:
![image](https://github.com/user-attachments/assets/02f1ab1f-da1d-48e8-9d4e-cca8d6052b86)
(No other browsers or wi…
-
The questionnaire is served from the backend to the frontend.
The two routes from the backend could look something like this:
GET /question
This route loads the questions from the backend. The ser…
-
1. Use express-session or JWTs for session management.
2. Store tokens in server-side sessions or as HttpOnly cookies.
3. Ensure tokens are not exposed to client-side scripts.