Closed kashishbehl closed 6 months ago
Getting following issue while get this package and building because of this implementation
Getting following issue while get this package and building because of this implementation
Running into the same issue.
Edit: Looks like it'll be available in go 1.23 https://github.com/golang/go/issues/62490#issuecomment-2127685955
Thanks for bringing this to our attention. I'll have to take a look at how to fix this.
Support added in v1.4.0
Is there an existing feature request for this?
Is your feature request related to a problem? Please describe.
Chrome will be disabling 3rd Party Cookie support by the end of June 2024. As a solution chrome has added support for creating cookies with independent partitioned state called CHIPS. This will be achieved by adding
Partitioned
attribute in cookies to allow cookie to be partitioned to the website where it is set.Describe the solution that you would like.
We need to add support for a new cookie attirbute named
Partitioned
.Describe alternatives you have considered.
No response
Anything else?
No response