mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-20 23:16:44 +00:00
fix 修复CookieCloud覆盖到浏览器
This commit is contained in:
@@ -113,6 +113,7 @@ class SyncCookieCloud(_PluginBase):
|
||||
site_cookies.append({
|
||||
"domain": domain,
|
||||
"sameSite": "unspecified",
|
||||
"path": "/",
|
||||
"name": ck.split("=")[0],
|
||||
"value": ck.split("=")[1]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user