From 277afa5b1961f76279e234d469a04faf0346c5b0 Mon Sep 17 00:00:00 2001 From: flashwave <me@flash.moe> Date: Thu, 3 Apr 2025 20:25:23 +0000 Subject: [PATCH] Removed SameSite=Strict. --- VERSION | 2 +- src/Auth/AuthProcessors.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 75f45468..53f98a7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20250403 +20250403.1 diff --git a/src/Auth/AuthProcessors.php b/src/Auth/AuthProcessors.php index 04bd7104..b9fb2eab 100644 --- a/src/Auth/AuthProcessors.php +++ b/src/Auth/AuthProcessors.php @@ -213,7 +213,6 @@ final class AuthProcessors implements RouteHandler { $host, $request->secure, true, - true, ); }