mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 07:18:47 +00:00
Merge pull request #964 from chain710/fixsetcookie
This commit is contained in:
commit
668df2d773
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ export function addCookieToJar(url, headers) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for (let i = 0; i < cookies.length; i += 1) {
|
for (let i = 0; i < cookies.length; i += 1) {
|
||||||
cookieJar.setCookieSync(cookies[i], url.toString());
|
cookieJar.setCookieSync(cookies[i], url.toString(), { ignoreError: true });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue