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]
})