mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58: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) {
|
||||
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