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

Explain “Chrome doesn’t support cookie for local files” #5

Open
mrcoles opened this issue Nov 30, 2015 · 1 comment
Open

Explain “Chrome doesn’t support cookie for local files” #5

mrcoles opened this issue Nov 30, 2015 · 1 comment

Comments

@mrcoles
Copy link

mrcoles commented Nov 30, 2015

This appears at the bottom of the README:

Chrome doesn't support cookies for local files unless you start it with the --enable-file-cookies flag.

Can you elaborate on what it means? I was under the impression this jQuery extension just used regular cookies.

@RedWolves
Copy link

The key part to that line is "local files". Chrome's security won't allow saving cookies when you open a file directly from your desktop, for example. To get around that you can open Chrome with the enable file cookies flag to suppress that security feature.

This will work on a site that is hosted somewhere or ran through a local web server.

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

2 participants