hstove / electron-cookies

Adds support for cookies in Electron. Cookies are persisted through localStorage.
MIT License
124 stars 30 forks source link

does this work? #1

Closed yoshuawuyts closed 9 years ago

yoshuawuyts commented 9 years ago

So far I haven't been able to get cookies working in electron, I was wondering if you did.

See Also

yoshuawuyts commented 9 years ago

It only appears to work when window.location doesn't point to a file:// url (basically tricking electron into using certain hooks). You can manually define cookies by writing to and reading from document.cookie though.