Vapor v4.29.3 Release Notes

Release Date: 2020-09-24 // over 3 years ago
  • 🚀 ###### This patch was authored by @t-ae and released by @0xTim.

    0️⃣ Set a cookie's default SameSite attribute to lax.

    ⚠ This prevents warnings in browsers and stops functionality working when following redirects, cross site link or when browsers assume the attribute to be None, which requires Secure attribute(HTTPS only).

    #2495