fryette / webview_cookie_manager

MIT License
48 stars 51 forks source link

Support for SameSite attribute. #65

Open your-diary opened 1 year ago

your-diary commented 1 year ago

This is a feature request.

As discussed in #16, currently this library doesn't respect the SameSite attribute of a cookie. My assumption is this is due to Cookie class in dart:io lacks sameSite property.

However, in Dart 3.1 released last week, sameSite property has finally been added (changelog). So it may be feasible (and not to mention very useful) to support SameSite attribute in this library.

zhao004 commented 9 months ago

支持