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
Hello, I've encountered with this deprecation A cookie associated with a cross-site resource at http://localhost/ was set without the SameSite attribute. ....
in the Chrome browser.
I was wondering how to solve this problem and not sure if the fix should be done via the webpack config, watch config or in the plugin as this is the actual source of livereload isn't.
Honestly, I'm not sure how to set this in neither of mentioned.
I was hoping that this webpack config would work, but didn't. devServer: { headers: { "Set-Cookie": "SameSite=None; Secure" } }
The text was updated successfully, but these errors were encountered:
Hello, I've encountered with this deprecation
A cookie associated with a cross-site resource at http://localhost/ was set without the
SameSite
attribute. ....in the Chrome browser.
I was wondering how to solve this problem and not sure if the fix should be done via the webpack config, watch config or in the plugin as this is the actual source of livereload isn't.
Honestly, I'm not sure how to set this in neither of mentioned.
I was hoping that this webpack config would work, but didn't.
devServer: { headers: { "Set-Cookie": "SameSite=None; Secure" } }
The text was updated successfully, but these errors were encountered: