-
Notifications
You must be signed in to change notification settings - Fork 976
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
Changes to Chrome will break fileDownload soon. #167
Comments
Just to be clear @arkytn, do we just need to adjust the cookie to be |
Here's an example from code I got working and this suppressed Chrome's warnings. Set-Cookie: fileDownload=true; path=/; SameSite=None; Secure |
Thanks @arkytn. Two questions for you:
We're tracking down an issue with a client and we're trying to see if this is the issue or if it's something else. Thanks! |
No it doesn't stop the download. At this point it's a warning. Warning message in Console:
|
Awesome, thanks for the clarification! |
In jquery.fileDownload.js, in needs to be i.e. add
Also, perhaps the comment on the previous line, |
The filedownload cookie needs to be modified to work with coming changes to Chrome.
Just need to document the cookie format for this problem.
The text was updated successfully, but these errors were encountered: