-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Description
The filedownload cookie needs to be modified to work with coming changes to Chrome.
A cookie associated with a resource at http://google.com/ was set with SameSite=None but without Secure. A future release of Chrome will only deliver cookies marked SameSite=None if they are also marked Secure. You can review cookies in developer tools under Application>Storage>Cookies and see more details at https://www.chromestatus.com/feature/5633521622188032T
Just need to document the cookie format for this problem.
Set-Cookie: fileDownload=true; path=/ Secure SameSite=None
joshuapinter
Metadata
Metadata
Assignees
Labels
No labels