You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
yaverin
changed the title
CHIPS (Cookies Having Independent Partitioned State)
Cookies Having Independent Partitioned State (CHIPS, also know as Partitioned cookies)
Oct 6, 2023
There is technically a way to work around the header not allowing partitioned by creating a utility file that overloads the toHeader function that adds the if (this.partitioned ) header += '; partitioned'; bit. Obviously, the overloaded function is not tested and I cannot guarantee that it will work in the ways you need, but it is a possibility due to the way the library is built.
Hi! Please let me know, how can I set Partitioned flag for my cookies in NodeJS/Express application via "cookies" module?
Thanks in advance!
CHISP description:
The text was updated successfully, but these errors were encountered: