-
Hello, we have a warning in our console, that soon google chrome will break your library. Could you please fix that? Warning is below, please take a look:
A cookie associated with a cross-site reso…
-
As it states in [RFC6265](https://tools.ietf.org/id/draft-ietf-httpbis-rfc6265bis-03.html#the-samesite-attribute), if SameSite flag is set to Lax "the cookie will be sent with same-site requests, and …
-
[SameSite Updates](https://www.chromium.org/updates/same-site):
> We have begun enforcing the new behavior for Chrome 80 stable, just not for 100% of users. The controlled rollout is to a limited ini…
onvno updated
4 years ago
-
无法正常的设置cookie,您的网页可以正常设置cookie,请问您是配置了什么吗,
```
document.cookie = "promo_shown=1; Max-Age=2600000; SameSite=None; Secure"
```
加上这句话也还是不行,因为httponly好像就不能通过js操作cookie
-
Hi, as by Google new instructions for cross-site cookies ( here's the link https://blog.chromium.org/2019/10/developers-get-ready-for-new.html ) how can we set cmp's cookie with that value "SameSite=N…
-
From Chrome 77 a warning appeared on any chrome browser.
`A cookie associated with a resource at http://gstatic.com/ was set with `SameSite=None` but without `Secure`. A future release of Chrome wi…
-
I'm attempting to implement a web server in dart. One of the things I need to do is set cookies, in particular with the SameSite attribute set to 'none'. However, it appears that the Cookie class in `…
-
### Environment
Docker
### Version
0.14.1
### Describe the problem
I use the Firefox add-on "[Custom New Tab](https://addons.mozilla.org/en-US/firefox/addon/custom-new-tab-page/)" and the login h…
-
(#106)
this commit add support same site option confirmed
but my gin project not reflected
my go version
```
go version go1.13.5 darwin/amd64
```
```
Options struct {
Path str…
-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request
### Is your feature request related to a problem?
This is what SameSite i…