Electron.js preload script document.cookie access error

Viewed 15

Sometimes (let's say in 10% of cases) when I access document.cookie, or localStorage from preload script or extension, I get this error: Failed to read the cookie property from Document: access is denied for this documentFailed to read the cookie property from Document: access is denied for this document

How to fix it?

0 Answers
Related