Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handling the cases when document.cookie is not available #100

Open
zerkms opened this issue May 24, 2019 · 0 comments
Open

Handling the cases when document.cookie is not available #100

zerkms opened this issue May 24, 2019 · 0 comments

Comments

@zerkms
Copy link

zerkms commented May 24, 2019

Some applications disallow cookies on its pages which leads to

Error in event handler: Error: Failed to read the 'cookie' property from 'Document': Access is denied for this document.
    at getCookie (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:15:32)
    at Object.getStatus (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:88:8)
    at messageListener (chrome-extension://eadndfjplgieldjbigjakmdgkmoaaaoc/content.js:68:25)

It would be ideal if read/write cookies exceptions were handled. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant