Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleteMe cookie should use the defined "sameSite"
With Chrome increasing security of cookies not defining any SameSite options, the deleteMe cookie may be blocked by Chrome under some circumstances. For example, when an app is used within a cross-site iframe, one must defined the option SameSite=None option. This works for the main cookie, but the deleteMe is currently blocked. This commit fixes this.
- Loading branch information