David Lord
David Lord
Partitioned is a separate Set-Cookie attribute from SameSite, so it would not make sense to combine them. [MDN documentation](https://developer.mozilla.org/en-US/docs/Web/Privacy/Partitioned_cookies) does not list a specification for this feature yet, only a...
The simplicity isn't the issue here, it's the lack of a spec. Maybe it exists, but it's not linked in the documentation I refer to for these things, so that...
Hmm, the spec was linked pretty soon after: https://github.com/mdn/browser-compat-data/pull/20959, but the spec is described as "expired draft". This isn't really giving me confidence.
I can't reproduce this issue. Sending a filename without spaces is downloaded with the correct filename by Firefox, Vivaldi (Chrome), and Safari. The `Content-Disposition` `filename` parameter can be either unquoted...
Seems like this is coming from rq itself. My guess is that it's been addressed since then, but if not then an issue should be reported there.
Minimum supported version is now Python 3.8. I can't reproduce this.
I can't reproduce this issue with the information provided. If it's still happening, open a new issue with a minimal reproducible example, including the full traceback.
Flask-Mail is now part of the Pallets Community Ecosystem. Pallets is the open source organization that maintains Flask; Pallets-Eco enables community maintenance of Flask extensions. If you are interested in...
Flask-Mail is now part of the Pallets Community Ecosystem. Pallets is the open source organization that maintains Flask; Pallets-Eco enables community maintenance of Flask extensions. If you are interested in...
We use Python's `email.header`. If they're producing incorrect values, that will need to be reported to them.