fix 修复CookieCloud覆盖到浏览器

This commit is contained in:
thsrite
2023-12-04 14:25:09 +08:00
parent b503055f54
commit 9148df4ecc
2 changed files with 2 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ class SyncCookieCloud(_PluginBase):
site_cookies.append({
"domain": domain,
"sameSite": "unspecified",
"path": "/",
"name": ck.split("=")[0],
"value": ck.split("=")[1]
})

View File

@@ -2,5 +2,5 @@
### 更新记录
- 1.1 修复同步bug
- 1.1 修复CookieCloud覆盖到浏览器
- 1.0 同步MoviePilot站点Cookie到CookieCloud